changeset 36184:4fb34494f66d

Remove incorrect comment, FFmpeg decoder supports 10 bit. Also make FFmpeg decoder the default.
author reimar
date Fri, 24 May 2013 09:53:27 +0000
parents cd8eb97cc4ba
children 4cdc07440a68
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sat May 18 04:33:32 2013 +0000
+++ b/etc/codecs.conf	Fri May 24 09:53:27 2013 +0000
@@ -3301,15 +3301,6 @@
   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
@@ -3318,6 +3309,14 @@
   dll "dnxhd"
   out 422P,422P10
 
+videocodec qtdnxhd
+  info "QuickTime Avid DNxHD"
+  status working
+  fourcc AVdn
+  driver qtvideo
+  dll "AvidAVdnCodec.qtx"
+  out UYVY,BGR24
+
 videocodec ffavui
   info "FFmpeg Avid Meridien"
   status working