summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 19:58:10 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 19:58:10 +0000
commitaa03d96676d8fdfaabf8e197810f381fd2dd9692 (patch)
treec2bdb57f14e0a87ec3802997e85c87c74a531d0b /etc/codecs.conf
parent53cf1528cb02390052f6c9a47e4ebc448f9d85f8 (diff)
downloadmpv-aa03d96676d8fdfaabf8e197810f381fd2dd9692.tar.bz2
mpv-aa03d96676d8fdfaabf8e197810f381fd2dd9692.tar.xz
add ffdxa , works on samples/game-formats/dxa/epic.dxa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22706 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 7878f62b95..a93581bfb5 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1953,6 +1953,14 @@ videocodec ffvmd
dll "vmdvideo"
out BGR8
+videocodec ffdxa
+ info "FFmpeg Feeble Files DXA video"
+ status working
+ fourcc DXA1 ; internal MPlayer FourCC
+ driver ffmpeg
+ dll "dxa"
+ out BGR8
+
videocodec ffdsicinvideo
info "FFmpeg Delphine CIN video"
status working