mirror of https://github.com/mpv-player/mpv
split msgsm from msnaudio, because msnaudio doesn;'t support old (0x31)
msgsm files - noticed & sample by Haas Wernfried <amnenion@xover.htu.tuwien.ac.at> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6340 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a9d586228e
commit
4f7e20115f
|
@ -1147,10 +1147,17 @@ audiocodec msgsmacm
|
|||
info "MS GSM"
|
||||
status working
|
||||
format 0x31
|
||||
; format 0x32
|
||||
driver acm
|
||||
dll "msgsm32.acm"
|
||||
|
||||
audiocodec msnaudio
|
||||
info "MSN AUDIO"
|
||||
status working
|
||||
; format 0x31
|
||||
format 0x32
|
||||
driver acm
|
||||
dll "msnaudio.acm"
|
||||
; dll "msgsm32.acm"
|
||||
|
||||
audiocodec msgsm
|
||||
info "MS GSM"
|
||||
|
|
Loading…
Reference in New Issue