# HG changeset patch # User rtogni # Date 1207861313 0 # Node ID 50ef6af151fad0a004b4a951c244e33f38a1380c # Parent bc5a23b6ca2dc35c63e56640893bad32a7e7602a Support for vorbis.acm decoder (used for some implementations of vorbis in avi) Patch by Zuxy Meng ||| zuxy meng gmail ||| diff -r bc5a23b6ca2d -r 50ef6af151fa etc/codecs.conf --- a/etc/codecs.conf Thu Apr 10 10:55:39 2008 +0000 +++ b/etc/codecs.conf Thu Apr 10 21:01:53 2008 +0000 @@ -3181,9 +3181,19 @@ 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"