mirror of
https://github.com/mpv-player/mpv
synced 2025-04-26 13:19:12 +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
|
driver acm
|
||||||
dll "imaadp32.acm"
|
dll "imaadp32.acm"
|
||||||
|
|
||||||
|
audiocodec msgsm
|
||||||
|
info "MS GSM"
|
||||||
|
status working
|
||||||
|
format 0x31
|
||||||
|
format 0x32
|
||||||
|
fourcc agsm
|
||||||
|
driver msgsm
|
||||||
|
|
||||||
audiocodec msgsmacm
|
audiocodec msgsmacm
|
||||||
info "MS GSM"
|
info "MS GSM"
|
||||||
status working
|
status working
|
||||||
@ -2487,14 +2495,6 @@ audiocodec msnaudio
|
|||||||
driver acm
|
driver acm
|
||||||
dll "msnaudio.acm"
|
dll "msnaudio.acm"
|
||||||
|
|
||||||
audiocodec msgsm
|
|
||||||
info "MS GSM"
|
|
||||||
status working
|
|
||||||
format 0x31
|
|
||||||
format 0x32
|
|
||||||
fourcc agsm
|
|
||||||
driver msgsm
|
|
||||||
|
|
||||||
audiocodec alaw
|
audiocodec alaw
|
||||||
info "aLaw"
|
info "aLaw"
|
||||||
status working
|
status working
|
||||||
|
Loading…
Reference in New Issue
Block a user