# HG changeset patch # User cehoyos # Date 1342124199 0 # Node ID ad4e106e9ffe7b24aa4b90babb431ea6a71f53bb # Parent 6b13e41172e20614e5cd305adcf0ee197351ebb3 Support missing FFmpeg H264 pixel formats. diff -r 6b13e41172e2 -r ad4e106e9ffe etc/codecs.conf --- 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)"