changeset 19338:7f1bc9383922

Prefer ffvorbis over Xiph Vorbis decoder, it's faster.
author diego
date Sun, 06 Aug 2006 09:48:33 +0000
parents 79b3a37b3b98
children 5717347573b5
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Aug 05 18:23:10 2006 +0000
+++ b/etc/codecs.conf	Sun Aug 06 09:48:33 2006 +0000
@@ -2690,6 +2690,14 @@
   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
@@ -2702,14 +2710,6 @@
 ;  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