[MPlayer-dev-eng] [PATCH]Prefer ffdca over dts

Carl Eugen Hoyos cehoyos at rainbow.studorg.tuwien.ac.at
Tue Jun 30 18:57:51 CEST 2009


Hi!

Is there a reason why the (significantly less CPU demanding) ffdca is not 
preferred? On slow computers (Pentium III 500), this makes a noticeable 
difference.

Carl Eugen
-------------- next part --------------
Index: etc/codecs.conf
===================================================================
--- etc/codecs.conf	(revision 29408)
+++ etc/codecs.conf	(working copy)
@@ -3789,12 +3789,6 @@
   driver ffmpeg
   dll eac3
 
-audiocodec dts
-  info "DTS-libdca"
-  status working
-  format 0x2001
-  driver libdca
-
 audiocodec ffdca
   info "FFmpeg DTS"
   status working
@@ -3802,6 +3796,12 @@
   driver ffmpeg
   dll "dca"
 
+audiocodec dts
+  info "DTS-libdca"
+  status working
+  format 0x2001
+  driver libdca
+
 audiocodec ffmusepack7
   info "Musepack sv7 audio codec"
   comment "only works with libavformat demuxer"


More information about the MPlayer-dev-eng mailing list