[xiph-commits] r10422 - trunk/theora/doc/spec

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Nov 22 23:22:50 PST 2005


Author: tterribe
Date: 2005-11-22 23:22:49 -0800 (Tue, 22 Nov 2005)
New Revision: 10422

Modified:
   trunk/theora/doc/spec/spec.tex
Log:
Fix off-by-one error in the quant-range size decode.
The code was correct; the spec was wrong.


Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex	2005-11-23 07:22:12 UTC (rev 10421)
+++ trunk/theora/doc/spec/spec.tex	2005-11-23 07:22:49 UTC (rev 10422)
@@ -2706,7 +2706,7 @@
 The stream is undecodable.
 \item
 \label{step:qr-loop}
-Read an $\ilog(63-\locvar{\qi})$-bit unsigned integer.
+Read an $\ilog(62-\locvar{\qi})$-bit unsigned integer.
 Assign\\ $\bitvar{QRSIZES}[\locvar{\qti}][\locvar{\pli}][\locvar{\qri}]$ the value
  read, plus one.
 \item



More information about the commits mailing list