[MPlayer-cvslog] r36280 - trunk/etc/codecs.conf

reimar subversion at mplayerhq.hu
Fri May 24 11:53:27 CEST 2013


Author: reimar
Date: Fri May 24 11:53:27 2013
New Revision: 36280

Log:
Remove incorrect comment, FFmpeg decoder supports 10 bit.

Also make FFmpeg decoder the default.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat May 18 06:33:32 2013	(r36279)
+++ trunk/etc/codecs.conf	Fri May 24 11:53:27 2013	(r36280)
@@ -3301,15 +3301,6 @@ 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
@@ -3318,6 +3309,14 @@ videocodec ffdnxhd
   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


More information about the MPlayer-cvslog mailing list