summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
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 /codec-cfg.c
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 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 1e759cff3d..59e488c271 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -240,7 +240,7 @@ static short get_driver(char *s,int audioflag)
"vfwex",
"divx4",
"raw",
- "rle",
+ "msrle",
"xanim",
"msvidc",
"fli",