summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-16 23:31:05 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-16 23:31:05 +0000
commit3ea9517367737804bdce10cea1206f56eeb0b868 (patch)
tree28c09800831a071fc90f8a098cba8c646c634759 /etc
parent5423c418c257bca03b44db285797b0a82fb72f84 (diff)
downloadmpv-3ea9517367737804bdce10cea1206f56eeb0b868.tar.bz2
mpv-3ea9517367737804bdce10cea1206f56eeb0b868.tar.xz
add ffmpeg ea maxis xa adpcm audio decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26792 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 6a4239b1a4..a26016944e 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2787,6 +2787,13 @@ audiocodec ffadpcmea
driver ffmpeg
dll adpcm_ea
+audiocodec ffadpcmeamaxis
+ info "FFmpeg EA MAXIS XA ADPCM audio"
+ status working
+ fourcc ADXA ; internal MPlayer FourCC
+ driver ffmpeg
+ dll adpcm_ea_maxis_xa
+
audiocodec ffxandpcm
info "FFmpeg XAN DPCM audio"
comment "only works with libavformat demuxer"