Spec: Change RansBitDecoder size to varUI32

- Bitstream 2.2 changed the RansBitCoder size from UI32 to varUI32.
- This is associated with KhronosGroup/glTF#1114
This commit is contained in:
Frank Galligan 2017-10-18 15:31:03 -07:00
parent a0224094ba
commit 9b51d1bf6f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ void ParseEdgebreakerTraversalStandardData() {
eb_start_face_buffer size * UI8
for (i = 0; i < num_attribute_data; ++i) {
attribute_connectivity_decoders_prob_zero[i] UI8
attribute_connectivity_decoders_size[i] UI32
attribute_connectivity_decoders_size[i] varUI32
attribute_connectivity_decoders_buffer[i] size * UI8
}
}

View File

@ -90,7 +90,7 @@ void DecodeTransformData() {
~~~~~
void ParsePredictionRansData() {
prediction_rans_prob_zero UI8
prediction_rans_data_size UI32
prediction_rans_data_size varUI32
}
~~~~~
{:.draco-syntax}