mirror of https://github.com/mpv-player/mpv
codecs.conf: Support FFmpeg's native AMR Narrowband decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31830 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
269d3df12c
commit
d1ecb411b3
|
@ -4427,6 +4427,14 @@ audiocodec musepack
|
|||
format 0x2b4d
|
||||
driver mpcdec
|
||||
|
||||
audiocodec ffamrnb
|
||||
info "AMR Narrowband"
|
||||
status working
|
||||
fourcc samr
|
||||
format 0x57 ;amr in avi
|
||||
driver ffmpeg
|
||||
dll "amrnb"
|
||||
|
||||
audiocodec libopencoreamrnb
|
||||
info "AMR Narrowband"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue