[xiph-commits] r11356 - trunk/theora/include/theora
msmith at svn.xiph.org
msmith at svn.xiph.org
Sat May 6 16:47:23 PDT 2006
Author: msmith
Date: 2006-05-06 16:47:20 -0700 (Sat, 06 May 2006)
New Revision: 11356
Modified:
trunk/theora/include/theora/theora.h
Log:
offsets should be multiples of 2, not neccesarily powers of 2.
Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h 2006-05-06 22:40:20 UTC (rev 11355)
+++ trunk/theora/include/theora/theora.h 2006-05-06 23:47:20 UTC (rev 11356)
@@ -104,7 +104,7 @@
* this is what the width and height members represent. To
* handle other sizes, a crop rectangle is specified in
* frame_height and frame_width, offset_x and offset_y. The
- * offset and size should still be a power of 2 to avoid
+ * offset and size should still be a multiple of 2 to avoid
* chroma sampling shifts.
*
* Frame rate, in frames per second is stored as a rational
More information about the commits
mailing list