From 285291f243929dc7b30fdc09f16786f7d2b74e2e Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 20 Jan 2012 07:10:43 +0000 Subject: [PATCH] Spec correction: Hard limit of 63 configurable (65 total) floor1 posts was never spelled out in the spec. Part of addressing Moz BZ #719612 svn path=/trunk/vorbis/; revision=18150 --- doc/07-floor1.tex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/07-floor1.tex b/doc/07-floor1.tex index c431a94..fd36314 100644 --- a/doc/07-floor1.tex +++ b/doc/07-floor1.tex @@ -160,9 +160,12 @@ 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. 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} -- 2.7.4