[xiph-commits] r19009 - trunk/y4oi

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Oct 24 15:34:42 PDT 2013


Author: xiphmont
Date: 2013-10-24 15:34:42 -0700 (Thu, 24 Oct 2013)
New Revision: 19009

Modified:
   trunk/y4oi/output.c
Log:
Apparently, the multimedia.cx pages are wrong; yuv4mpeg2's parameter for 420 mpeg2 siting is 'C420mpeg2' not 'C420'


Modified: trunk/y4oi/output.c
===================================================================
--- trunk/y4oi/output.c	2013-10-22 16:10:14 UTC (rev 19008)
+++ trunk/y4oi/output.c	2013-10-24 22:34:42 UTC (rev 19009)
@@ -129,7 +129,7 @@
   NULL,
   NULL,
   "420jpeg",   //2 chroma sample is centered vertically and horizontally between luma samples
-  "420",       //3 chroma sample is centered vertically between lines, cosited horizontally */
+  "420mpeg2",       //3 chroma sample is centered vertically between lines, cosited horizontally */
   "420paldv",  //4 chroma sample is cosited vertically and horizontally */
   NULL,
   NULL,
@@ -143,9 +143,9 @@
   NULL,        // no fallback
   NULL,        // no fallback
   "420jpeg",
-  "420",
+  "420mpeg2",
   "420paldv",
-  "420",       // Use mpeg 420 as fallback
+  "420mpeg2",       // Use mpeg 420 as fallback
   "422",
   "422",
   "422",       // use mpeg 422 as a fallback



More information about the commits mailing list