summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-14 13:56:14 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-14 13:56:14 +0000
commit3642bdba84a41b49a299212b03054784ae81457a (patch)
treeaddd081457a31c06f9a8d34b3a6cce68a22b0e3a /etc
parente5bb2395e0d45520e26aed3f0ec59a8b518d9f86 (diff)
downloadmpv-3642bdba84a41b49a299212b03054784ae81457a.tar.bz2
mpv-3642bdba84a41b49a299212b03054784ae81457a.tar.xz
add rl2 codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26767 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 cfcdf1de30..04ddb3be1a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2130,6 +2130,14 @@ videocodec ffbethsoftvid
dll bethsoftvid
out BGR8
+videocodec ffrl2
+ info "FFmpeg RL2 decoder"
+ status working
+ fourcc RL2V ; internal MPlayer FourCC
+ driver ffmpeg
+ dll rl2
+ out BGR8
+
videocodec fftxd
info "FFmpeg Renderware TeXture Dictionary decoder"
status working