diff etc/codecs.conf @ 30101:c5b6cd54fa0a

Make the ffmpeg decoders for DTS and AC3 the default.
author reimar
date Wed, 30 Dec 2009 19:30:06 +0000
parents 08f37016bb91
children 9b479e2f365d
line wrap: on
line diff
--- a/etc/codecs.conf	Wed Dec 30 12:06:09 2009 +0000
+++ b/etc/codecs.conf	Wed Dec 30 19:30:06 2009 +0000
@@ -4065,15 +4065,6 @@
   driver ffmpeg
   dll pcm_bluray
 
-audiocodec a52
-  info "AC3-liba52"
-  status working
-  format 0x2000
-  ; format 0x332D6361 ; ac-3 in mp4  -- not working
-  fourcc dnet
-  driver liba52
-  dll "liba52"
-
 audiocodec ffac3
   info "FFmpeg AC-3"
   status working
@@ -4093,12 +4084,14 @@
   driver ffmpeg
   dll eac3
 
-audiocodec dts
-  info "DTS-libdca"
-  status working
-  format 0x2001
-  format 0x86
-  driver libdca
+audiocodec a52
+  info "AC3-liba52"
+  status working
+  format 0x2000
+  ; format 0x332D6361 ; ac-3 in mp4  -- not working
+  fourcc dnet
+  driver liba52
+  dll "liba52"
 
 audiocodec ffdca
   info "FFmpeg DTS"
@@ -4108,6 +4101,13 @@
   driver ffmpeg
   dll "dca"
 
+audiocodec dts
+  info "DTS-libdca"
+  status working
+  format 0x2001
+  format 0x86
+  driver libdca
+
 audiocodec ffmusepack7
   info "Musepack sv7 audio codec"
   comment "only works with libavformat demuxer"