[MPlayer-cvslog] r35019 - trunk/etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Thu Jul 12 22:16:39 CEST 2012


Author: cehoyos
Date: Thu Jul 12 22:16:39 2012
New Revision: 35019

Log:
Support missing FFmpeg H264 pixel formats.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Thu Jul 12 22:15:25 2012	(r35018)
+++ trunk/etc/codecs.conf	Thu Jul 12 22:16:39 2012	(r35019)
@@ -1254,10 +1254,10 @@ videocodec ffh264
   format 0x10000005
   driver ffmpeg
   dll h264
-  out YV12,I420,IYUV,420P10,420P9
-  out 422P,422P10
-  out 444P,444P9,444P10
-  out GBR24P
+  out YV12,420P9,420P10,420P12,420P14
+  out 422P,422P9,422P10,444P12,444P14
+  out 444P,444P9,444P10,444P12,444P14
+  out GBR24P,GBR12P,GBR14P
 
 videocodec ffh264vdpau
   info "FFmpeg H.264 (VDPAU)"


More information about the MPlayer-cvslog mailing list