[xiph-commits] r12178 - trunk/theora/include/theora
giles at svn.xiph.org
giles at svn.xiph.org
Thu Dec 7 11:01:42 PST 2006
Author: giles
Date: 2006-12-07 11:01:41 -0800 (Thu, 07 Dec 2006)
New Revision: 12178
Modified:
trunk/theora/include/theora/theora.h
Log:
Fix swapped documentation labels.
Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h 2006-12-07 11:11:07 UTC (rev 12177)
+++ trunk/theora/include/theora/theora.h 2006-12-07 19:01:41 UTC (rev 12178)
@@ -155,8 +155,8 @@
int y_height; /**< Height of the luminance plane */
int y_stride; /**< Offset in bytes between successive rows */
- int uv_width; /**< Height of the Cb and Cr chroma planes */
- int uv_height; /**< Width of the chroma planes */
+ int uv_width; /**< Width of the Cb and Cr chroma planes */
+ int uv_height; /**< Height of the chroma planes */
int uv_stride; /**< Offset between successive chroma rows */
unsigned char *y; /**< Pointer to start of luminance data */
unsigned char *u; /**< Pointer to start of Cb data */
More information about the commits
mailing list