comparison etc/codecs.conf @ 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 adb06ce0dad9
children 52d96fa64e5c
comparison
equal deleted inserted replaced
26351:bc5a23b6ca2d 26352:50ef6af151fa
3179 comment "OggVorbis driver using libvorbis" 3179 comment "OggVorbis driver using libvorbis"
3180 fourcc vrbs 3180 fourcc vrbs
3181 format 0x566F 3181 format 0x566F
3182 driver libvorbis 3182 driver libvorbis
3183 dll "libvorbis" 3183 dll "libvorbis"
3184 ; acm codec doesn't work, haven't tried zorannt dshow codec 3184
3185 ; driver acm 3185 audiocodec vorbisacm
3186 ; dll "vorbis.acm" 3186 info "OggVorbis ACM"
3187 status working
3188 comment "OggVorbis driver using vorbis.acm"
3189 format 0x674F ; mode1
3190 format 0x6750 ; mode2
3191 ; format 0x6751 ; mode3
3192 format 0x676F ; mode1+
3193 format 0x6770 ; mode2+
3194 format 0x6771 ; mode3+
3195 driver acm
3196 dll "vorbis.acm"
3187 3197
3188 audiocodec speex 3198 audiocodec speex
3189 info "Speex Audio Decoder" 3199 info "Speex Audio Decoder"
3190 status working 3200 status working
3191 comment "Speex driver using libspeex" 3201 comment "Speex driver using libspeex"