From 97624c29f8092353f22506f1d188ae5eb7129742 Mon Sep 17 00:00:00 2001 From: rtogni Date: Thu, 10 Apr 2008 21:01:53 +0000 Subject: Support for vorbis.acm decoder (used for some implementations of vorbis in avi) Patch by Zuxy Meng ||| zuxy meng gmail ||| git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26384 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 105a1a8a1b..c652653658 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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" -- cgit v1.2.3