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

diego subversion at mplayerhq.hu
Sun Aug 6 11:48:33 CEST 2006


Author: diego
Date: Sun Aug  6 11:48:33 2006
New Revision: 19344

Modified:
   trunk/etc/codecs.conf

Log:
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.


Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Sun Aug  6 11:48:33 2006
@@ -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



More information about the MPlayer-cvslog mailing list