# HG changeset patch # User reimar # Date 1290851357 0 # Node ID 1c0bea2aaa2f127edff1b7e202c9593951dd3f49 # Parent 17bb5a38ae2ec76afc8f5f90303b7aef41f74aeb Add support for decoding Avid DNxHD through the QuickTime component. This is needed for the 10-bit variant which the FFmpeg decoder does not support (unfortunately both use the same FourCC). diff -r 17bb5a38ae2e -r 1c0bea2aaa2f etc/codecs.conf --- a/etc/codecs.conf Fri Nov 26 20:52:35 2010 +0000 +++ b/etc/codecs.conf Sat Nov 27 09:49:17 2010 +0000 @@ -2714,6 +2714,15 @@ dll "cavs" out YV12,I420 +videocodec dnxhd + info "QuickTime Avid DNxHD" + comment "needed for decoding 10-bit DNxHD" + status working + fourcc AVdn + driver qtvideo + dll "AvidAVdnCodec.qtx" + out UYVY,BGR24 + videocodec ffdnxhd info "FFmpeg DNxHD" status working