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

tterribe at svn.xiph.org tterribe at svn.xiph.org
Thu Mar 17 07:04:30 PDT 2011


Author: tterribe
Date: 2011-03-17 07:04:30 -0700 (Thu, 17 Mar 2011)
New Revision: 17891

Modified:
   trunk/theora/doc/spec/spec.tex
Log:
spec: Update reference to MV decoding procedure.

The reference in the complete frame decode section was pointing to
 the procedure for decoding a single MV, rather than the following
 one for decoding all the MVs for a frame.
Thanks to Jonathan Fabrizio for the report.


Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex	2011-03-16 15:53:01 UTC (rev 17890)
+++ trunk/theora/doc/spec/spec.tex	2011-03-17 14:04:30 UTC (rev 17891)
@@ -7753,7 +7753,8 @@
 \item
 If \locvar{FTYPE} is non-zero (inter frame), using \bitvar{PF}, \bitvar{NMBS},
  \locvar{MBMODES}, \bitvar{NBS}, and \locvar{BCODED}, decode the motion vectors
- into \locvar{MVECTS} using the procedure given in Section~\ref{sub:mv-decode}.
+ into \locvar{MVECTS} using the procedure given in
+ Section~\ref{sub:mb-mv-decode}.
 \item
 Using \bitvar{NBS}, \locvar{BCODED}, and \locvar{NQIS}, decode the block-level
  \qi\ values into \locvar{QIIS} using the procedure given in



More information about the commits mailing list