summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 4faaa307d0..fe3f6d299d 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3,7 +3,7 @@
; Before editing this file, please read DOCS/tech/codecs.conf.txt !
;=============================================================================
-release 20100605
+release 20101127
;=============================================================================
; VIDEO CODECS
@@ -2714,6 +2714,15 @@ videocodec ffcavs
dll "cavs"
out YV12,I420
+videocodec qtdnxhd
+ 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