[xiph-commits] r14527 - trunk/vorbis/doc/xml

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Feb 19 00:52:35 PST 2008


Author: xiphmont
Date: 2008-02-19 00:52:34 -0800 (Tue, 19 Feb 2008)
New Revision: 14527

Modified:
   trunk/vorbis/doc/xml/06-floor0.xml
Log:
Eliminate nonsensical error condition from floor 0 header decode: Trac 1158



Modified: trunk/vorbis/doc/xml/06-floor0.xml
===================================================================
--- trunk/vorbis/doc/xml/06-floor0.xml	2008-02-19 00:10:58 UTC (rev 14526)
+++ trunk/vorbis/doc/xml/06-floor0.xml	2008-02-19 08:52:34 UTC (rev 14527)
@@ -49,9 +49,7 @@
   4) [floor0_amplitude_bits] = read an unsigned integer of six bits
   5) [floor0_amplitude_offset] = read an unsigned integer of eight bits
   6) [floor0_number_of_books] = read an unsigned integer of four bits and add 1
-  7) if any of [floor0_order], [floor0_rate], [floor0_bark_map_size], [floor0_amplitude_bits],
-     [floor0_amplitude_offset] or [floor0_number_of_books] are less than zero, the stream is not decodable
-  8) array [floor0_book_list] = read a list of [floor0_number_of_books] unsigned integers of eight bits each;
+  7) array [floor0_book_list] = read a list of [floor0_number_of_books] unsigned integers of eight bits each;
 </screen>
 
 <para>



More information about the commits mailing list