summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-19 07:07:06 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-19 07:07:06 +0000
commit4e994dd61a30045599f9a4a49035bea27bd85988 (patch)
treeed49a35e87d8248b02753720cb1f3648d00220d9 /etc
parenta746ebdbad5e20eac263349f972516b13d2c4414 (diff)
downloadmpv-4e994dd61a30045599f9a4a49035bea27bd85988.tar.bz2
mpv-4e994dd61a30045599f9a4a49035bea27bd85988.tar.xz
MPlayer now has a Microsoft RLE decoder to call its own...only supports
8-bit right now, but 4-bit is forthcoming git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5194 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8c62c8705b..818c57afeb 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -299,12 +299,12 @@ videocodec cvid
out BGR32,BGR24
videocodec msrle
- info "M$ RLE8"
+ info "Microsoft RLE"
status working
format 0x1
- driver rle
- dll "xa_rle8"
- out BGR32,BGR24,BGR16,BGR15
+ format 0x2
+ driver msrle
+ out BGR32,BGR24
videocodec fli
info "Autodesk FLI/FLC Animation"