summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-15 15:07:24 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-15 15:07:24 +0000
commit810a5a72361e8a29ee53edd44ac0a743cb3894eb (patch)
tree77a9ca2192a4236a4015962f088cfb29938883f4 /etc
parentfa361ca9204203a67fda6d1275e59ee60a31249d (diff)
downloadmpv-810a5a72361e8a29ee53edd44ac0a743cb3894eb.tar.bz2
mpv-810a5a72361e8a29ee53edd44ac0a743cb3894eb.tar.xz
Decode MP3 in rm files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14499 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 798a4a8f81..d2330413b3 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2235,6 +2235,14 @@ audiocodec ffmp3
driver ffmpeg
dll "mp3"
+audiocodec ffmp3adu
+ info "FFmpeg MPEG layer-3 adu audio decoder"
+ comment "integer only"
+ status working
+ format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc
+ driver ffmpeg
+ dll "mp3adu"
+
audiocodec ffmp2
info "FFmpeg MPEG layer-1 and layer-2 audio decoder"
comment "integer only"