[xiph-commits] r16183 - trunk/vorbis/doc

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Jun 24 21:11:27 PDT 2009


Author: xiphmont
Date: 2009-06-24 21:11:27 -0700 (Wed, 24 Jun 2009)
New Revision: 16183

Modified:
   trunk/vorbis/doc/07-floor1.tex
   trunk/vorbis/doc/08-residue.tex
Log:
Commit updates to the Vorbis I spec highlighting rejection cases
fixed in r16181 and 16182.



Modified: trunk/vorbis/doc/07-floor1.tex
===================================================================
--- trunk/vorbis/doc/07-floor1.tex	2009-06-25 03:53:49 UTC (rev 16182)
+++ trunk/vorbis/doc/07-floor1.tex	2009-06-25 04:11:27 UTC (rev 16183)
@@ -156,11 +156,13 @@
 \end{Verbatim}
 
 An end-of-packet condition while reading any aspect of a floor 1
-configuration during setup renders a stream undecodable.  In
-addition, a \varname{[floor1_class_masterbooks]} or
+configuration during setup renders a stream undecodable.  In addition,
+a \varname{[floor1_class_masterbooks]} or
 \varname{[floor1_subclass_books]} scalar element greater than the
 highest numbered codebook configured in this stream is an error
-condition that renders the stream undecodable.
+condition that renders the stream undecodable.  All vector
+[floor1_x_list] element values must be unique within the vector; a
+non-unique value renders the stream undecodable.
 
 \paragraph{packet decode} \label{vorbis:spec:floor1-decode}
 

Modified: trunk/vorbis/doc/08-residue.tex
===================================================================
--- trunk/vorbis/doc/08-residue.tex	2009-06-25 03:53:49 UTC (rev 16182)
+++ trunk/vorbis/doc/08-residue.tex	2009-06-25 04:11:27 UTC (rev 16183)
@@ -231,7 +231,10 @@
 An end-of-packet condition at any point in header decode renders the
 stream undecodable.  In addition, any codebook number greater than the
 maximum numbered codebook set up in this stream also renders the
-stream undecodable.
+stream undecodable. All codebooks in array [residue_books] are
+required to have a value mapping.  The presence of codebook in array
+[residue_books] without a value mapping (maptype equals zero) renders
+the stream undecodable.
 
 
 



More information about the commits mailing list