mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +00:00
Prefer native GSM over the binary codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17406 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e510ca7705
commit
f9ff631651
@ -2471,6 +2471,14 @@ audiocodec imaadpcmacm
|
||||
driver acm
|
||||
dll "imaadp32.acm"
|
||||
|
||||
audiocodec msgsm
|
||||
info "MS GSM"
|
||||
status working
|
||||
format 0x31
|
||||
format 0x32
|
||||
fourcc agsm
|
||||
driver msgsm
|
||||
|
||||
audiocodec msgsmacm
|
||||
info "MS GSM"
|
||||
status working
|
||||
@ -2487,14 +2495,6 @@ audiocodec msnaudio
|
||||
driver acm
|
||||
dll "msnaudio.acm"
|
||||
|
||||
audiocodec msgsm
|
||||
info "MS GSM"
|
||||
status working
|
||||
format 0x31
|
||||
format 0x32
|
||||
fourcc agsm
|
||||
driver msgsm
|
||||
|
||||
audiocodec alaw
|
||||
info "aLaw"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user