mirror of https://github.com/mpv-player/mpv
codecs.conf: Support libgsm via libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31629 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
63b69b312c
commit
a874569db6
|
@ -4283,6 +4283,17 @@ audiocodec imaadpcmacm
|
|||
driver acm
|
||||
dll "imaadp32.acm"
|
||||
|
||||
audiocodec libgsmms
|
||||
info "libgsm MS GSM"
|
||||
status working
|
||||
format 0x31
|
||||
format 0x32
|
||||
format 0x204D5347
|
||||
format 0x1500
|
||||
fourcc agsm
|
||||
driver ffmpeg
|
||||
dll "libgsm_ms"
|
||||
|
||||
audiocodec msgsm
|
||||
info "MS GSM"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue