Displaying 1 result from an estimated 1 matches for "current_class_number".
2003 Feb 13
1
Bug in vorbis documentation
...tarting to decoding floor 1 without any problems. However, there's a
problem in the floor 1 header decode. Specifically:
22) [floor1_values] = [floor1_values] + [floor1_class_dimensions] element
[i]
hould probably be:
22) [floor1_values] = [floor1_values] + [floor1_class_dimensions] element
[current_class_number]
because floor1_class_dimensions has maximum_class + 1 elements and not
floor1_partitions elements.
Other than that, the documentation for everything else so far is very
precise and complete - I can decode files as far as floor 1 setup
successfully. One small gripe I do have with the pseudo-code...