changeset 34925:ad4e106e9ffe

Support missing FFmpeg H264 pixel formats.
author cehoyos
date Thu, 12 Jul 2012 20:16:39 +0000
parents 6b13e41172e2
children 14058ab73740
files etc/codecs.conf
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Jul 12 20:15:25 2012 +0000
+++ b/etc/codecs.conf	Thu Jul 12 20:16:39 2012 +0000
@@ -1254,10 +1254,10 @@
   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)"