mirror of https://github.com/mpv-player/mpv
codecs.conf: Add/fix GSM audio decoding through FFmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31656 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9fc71c777c
commit
4d83c67b5c
|
@ -4283,14 +4283,36 @@ audiocodec imaadpcmacm
|
|||
driver acm
|
||||
dll "imaadp32.acm"
|
||||
|
||||
audiocodec ffgsm
|
||||
info "FFmpeg GSM 06.10"
|
||||
status working
|
||||
format 0x204D5347
|
||||
format 0x1500
|
||||
fourcc agsm
|
||||
driver ffmpeg
|
||||
dll "gsm"
|
||||
|
||||
audiocodec ffgsmms
|
||||
info "FFmpeg MS GSM"
|
||||
status working
|
||||
format 0x31
|
||||
format 0x32
|
||||
driver ffmpeg
|
||||
dll "gsm_ms"
|
||||
|
||||
audiocodec libgsm
|
||||
info "libgsm GSM 06.10"
|
||||
status working
|
||||
format 0x204D5347
|
||||
format 0x1500
|
||||
driver ffmpeg
|
||||
dll "libgsm"
|
||||
|
||||
audiocodec libgsmms
|
||||
info "libgsm MS GSM"
|
||||
status working
|
||||
format 0x31
|
||||
format 0x32
|
||||
format 0x204D5347
|
||||
format 0x1500
|
||||
fourcc agsm
|
||||
driver ffmpeg
|
||||
dll "libgsm_ms"
|
||||
|
||||
|
|
Loading…
Reference in New Issue