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

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Jan 19 23:10:43 PST 2012


Author: xiphmont
Date: 2012-01-19 23:10:43 -0800 (Thu, 19 Jan 2012)
New Revision: 18150

Modified:
   trunk/vorbis/doc/07-floor1.tex
Log:
Spec correction: Hard limit of 63 configurable (65 total) floor1 posts was never spelled out in the spec.
Part of addressing Moz BZ #719612



Modified: trunk/vorbis/doc/07-floor1.tex
===================================================================
--- trunk/vorbis/doc/07-floor1.tex	2012-01-19 12:53:12 UTC (rev 18149)
+++ trunk/vorbis/doc/07-floor1.tex	2012-01-20 07:10:43 UTC (rev 18150)
@@ -160,9 +160,12 @@
 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.  All vector
-[floor1\_x\_list] element values must be unique within the vector; a
-non-unique value renders the stream undecodable.
+condition that renders the stream undecodable.  Vector
+[floor1\_x\_list] is limited to a maximum length of 65 elements; a
+setup indicating more than 65 total elements (including elements 0 and
+1 set prior to the read loop) 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}
 



More information about the commits mailing list