[MPlayer-cvslog] r19936 - trunk/fmt-conversion.h

corey subversion at mplayerhq.hu
Fri Sep 22 20:18:56 CEST 2006


Author: corey
Date: Fri Sep 22 20:18:56 2006
New Revision: 19936

Modified:
   trunk/fmt-conversion.h

Log:
Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.
This fixes recent bug with x264 and '-vf scale'.
Patch by Luca Abeni (lucabe72 at email dot it); applied at his request.


Modified: trunk/fmt-conversion.h
==============================================================================
--- trunk/fmt-conversion.h	(original)
+++ trunk/fmt-conversion.h	Fri Sep 22 20:18:56 2006
@@ -49,6 +49,7 @@
         case IMGFMT_IF09:
         case IMGFMT_YVU9:
             return PIX_FMT_YUV410P;
+        case IMGFMT_I420:
         case IMGFMT_YV12:
             return PIX_FMT_YUV420P;
         case IMGFMT_411P:



More information about the MPlayer-cvslog mailing list