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

tterribe at svn.xiph.org tterribe at svn.xiph.org
Thu Jun 4 05:37:04 PDT 2009


Author: tterribe
Date: 2009-06-04 05:37:03 -0700 (Thu, 04 Jun 2009)
New Revision: 16085

Modified:
   trunk/theora/doc/spec/spec.tex
Log:
Correct limits on PICX and PICY (thanks to Chris Double for the report) and fix
 a typo in the VP3 Appendix (thanks to ogg.k.ogg.k).


Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex	2009-06-03 10:17:33 UTC (rev 16084)
+++ trunk/theora/doc/spec/spec.tex	2009-06-04 12:37:03 UTC (rev 16085)
@@ -2156,10 +2156,10 @@
 Again, 24 bits are read instead of 20.
 \item
 Read an 8-bit unsigned integer as \bitvar{PICX}.
-This MUST be no greater than $(\bitvar{FMBW}*16-\bitvar{PICX})$.
+This MUST be no greater than $(\bitvar{FMBW}*16-\bitvar{PICW})$.
 \item
 Read an 8-bit unsigned integer as \bitvar{PICY}.
-This MUST be no greater than $(\bitvar{FMBH}*16-\bitvar{PICY})$.
+This MUST be no greater than $(\bitvar{FMBH}*16-\bitvar{PICH})$.
 Together with \bitvar{PICX}, this specifies the location of the lower-left
  corner of the displayable picture region.
 See Figure~\ref{fig:pic-frame}.
@@ -7981,7 +7981,7 @@
 \section{VP3 Compatibility}
 \label{app:vp3-compat}
 This section lists all of the encoder and decoder issues that may affect VP3
- compatibly.
+ compatibility.
 Each is described in more detail in the text itself.
 This list is provided merely for reference.
 



More information about the commits mailing list