[xiph-commits] r16719 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Mon Nov 23 10:31:18 PST 2009


Author: j
Date: 2009-11-23 10:31:18 -0800 (Mon, 23 Nov 2009)
New Revision: 16719

Modified:
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
revert last change, breaks deinterlace

Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2009-11-23 17:49:16 UTC (rev 16718)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2009-11-23 18:31:18 UTC (rev 16719)
@@ -212,7 +212,7 @@
         this->kate_streams=NULL;
         this->ignore_non_utf8 = 0;
 
-        this->pix_fmt = PIX_FMT_YUVJ420P;
+        this->pix_fmt = PIX_FMT_YUV420P;
 
         // ffmpeg2theora --nosound -f dv -H 32000 -S 0 -v 8 -x 384 -y 288 -G 1.5 input.dv
         this->video_gamma  = 0.0;



More information about the commits mailing list