mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
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
This commit is contained in:
parent
14ad1adcf3
commit
97624c29f8
@ -3181,9 +3181,19 @@ audiocodec vorbis
|
|||||||
format 0x566F
|
format 0x566F
|
||||||
driver libvorbis
|
driver libvorbis
|
||||||
dll "libvorbis"
|
dll "libvorbis"
|
||||||
; acm codec doesn't work, haven't tried zorannt dshow codec
|
|
||||||
; driver acm
|
audiocodec vorbisacm
|
||||||
; dll "vorbis.acm"
|
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
|
audiocodec speex
|
||||||
info "Speex Audio Decoder"
|
info "Speex Audio Decoder"
|
||||||
|
Loading…
Reference in New Issue
Block a user