diff etc/codecs.conf @ 18448:b8034cc8e0e3

Prefer vorbis over ffvorbis for now.
author diego
date Thu, 11 May 2006 21:12:46 +0000
parents 7b0b4fdea91f
children 100655af9b7d
line wrap: on
line diff
--- a/etc/codecs.conf	Thu May 11 21:08:32 2006 +0000
+++ b/etc/codecs.conf	Thu May 11 21:12:46 2006 +0000
@@ -2687,14 +2687,6 @@
   format 0x2001
   driver hwac3
 
-audiocodec ffvorbis
-  info "FFmpeg Vorbis decoder"
-  status working
-  fourcc vrbs
-  format 0x566F
-  driver ffmpeg
-  dll "vorbis"
-
 audiocodec vorbis
   info "OggVorbis Audio Decoder"
   status working
@@ -2707,6 +2699,14 @@
 ;  driver acm
 ;  dll "vorbis.acm"
 
+audiocodec ffvorbis
+  info "FFmpeg Vorbis decoder"
+  status working
+  fourcc vrbs
+  format 0x566F
+  driver ffmpeg
+  dll "vorbis"
+
 audiocodec speex
   info "Speex Audio Decoder"
   status working