summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-06 18:15:16 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-06 18:15:16 +0000
commit889811529f2815f3bb9fea3786f28e9498d5c9db (patch)
tree85910cbe637ffd9e133eab86b2609ee28f921fc7 /etc
parent1640f55decfc1f6eb53464e50352774489f855ad (diff)
downloadmpv-889811529f2815f3bb9fea3786f28e9498d5c9db.tar.bz2
mpv-889811529f2815f3bb9fea3786f28e9498d5c9db.tar.xz
Play amr_nb and amr_wb with FFmpegs r8880
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23239 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 5e669a7578..3d5e7a9149 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2959,14 +2959,14 @@ audiocodec ffamrnb
status working
fourcc samr
driver ffmpeg
- dll "amr_nb"
+ dll "libamr_nb"
audiocodec ffamrwb
info "AMR Wideband"
status working
fourcc sawb
driver ffmpeg
- dll "amr_wb"
+ dll "libamr_wb"
audiocodec ffadcpmswf
info "FFmpeg's ADPCM Flash-variant"