Mercurial > mplayer.hg
changeset 26352:50ef6af151fa
Support for vorbis.acm decoder (used for some implementations of vorbis
in avi)
Patch by Zuxy Meng ||| zuxy meng gmail |||
author | rtogni |
---|---|
date | Thu, 10 Apr 2008 21:01:53 +0000 |
parents | bc5a23b6ca2d |
children | bc7b79ed5cbd |
files | etc/codecs.conf |
diffstat | 1 files changed, 13 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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"