[MPlayer-cvslog] r26384 - trunk/etc/codecs.conf
rtogni
subversion at mplayerhq.hu
Thu Apr 10 23:01:53 CEST 2008
Author: rtogni
Date: Thu Apr 10 23:01:53 2008
New Revision: 26384
Log:
Support for vorbis.acm decoder (used for some implementations of vorbis
in avi)
Patch by Zuxy Meng ||| zuxy meng gmail |||
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Thu Apr 10 23:01:53 2008
@@ -3181,9 +3181,19 @@ audiocodec vorbis
format 0x566F
driver libvorbis
dll "libvorbis"
-; acm codec doesn't work, haven't tried zorannt dshow codec
-; driver acm
-; dll "vorbis.acm"
+
+audiocodec vorbisacm
+ info "OggVorbis ACM"
+ status working
+ comment "OggVorbis driver using vorbis.acm"
+ format 0x674F ; mode1
+ format 0x6750 ; mode2
+; format 0x6751 ; mode3
+ format 0x676F ; mode1+
+ format 0x6770 ; mode2+
+ format 0x6771 ; mode3+
+ driver acm
+ dll "vorbis.acm"
audiocodec speex
info "Speex Audio Decoder"
More information about the MPlayer-cvslog
mailing list