summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-27 13:11:15 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:46 +0200
commitd1ecb411b3fa5d4cb2f8f61ec07e5c602874a51f (patch)
tree4984225b45053cfd077dcedd44b74ca11a57487a /etc
parent269d3df12cb1db7a8a75585db7fb5bd814f8a554 (diff)
downloadmpv-d1ecb411b3fa5d4cb2f8f61ec07e5c602874a51f.tar.bz2
mpv-d1ecb411b3fa5d4cb2f8f61ec07e5c602874a51f.tar.xz
codecs.conf: Support FFmpeg's native AMR Narrowband decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31830 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 30e69290e8..6a7e08a8ea 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -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