summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-10 21:01:53 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-10 21:01:53 +0000
commit97624c29f8092353f22506f1d188ae5eb7129742 (patch)
treedb5f21994c467f5784e376391accfff310641b9a /etc
parent14ad1adcf383248889e3cfb24db3afb5839cb12a (diff)
downloadmpv-97624c29f8092353f22506f1d188ae5eb7129742.tar.bz2
mpv-97624c29f8092353f22506f1d188ae5eb7129742.tar.xz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf16
1 files changed, 13 insertions, 3 deletions
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"