0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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:
cehoyos 2010-07-27 13:11:15 +00:00 committed by Uoti Urpala
parent 269d3df12c
commit d1ecb411b3

View File

@ -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