[xiph-commits] r16716 - trunk/theora/include/theora
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Sat Nov 21 20:01:45 PST 2009
Author: tterribe
Date: 2009-11-21 20:01:45 -0800 (Sat, 21 Nov 2009)
New Revision: 16716
Modified:
trunk/theora/include/theora/theora.h
Log:
Remove an extraneous comma (the TI compiler complains).
Patch from David Schleef.
Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h 2009-11-22 03:46:08 UTC (rev 16715)
+++ trunk/theora/include/theora/theora.h 2009-11-22 04:01:45 UTC (rev 16716)
@@ -179,7 +179,7 @@
OC_PF_420, /**< Chroma subsampling by 2 in each direction (4:2:0) */
OC_PF_RSVD, /**< Reserved value */
OC_PF_422, /**< Horizonatal chroma subsampling by 2 (4:2:2) */
- OC_PF_444, /**< No chroma subsampling at all (4:4:4) */
+ OC_PF_444 /**< No chroma subsampling at all (4:4:4) */
} theora_pixelformat;
/**
More information about the commits
mailing list