summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
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.h
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.h')
-rw-r--r--codec-cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index a10967e1b9..6050d305b7 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -50,7 +50,7 @@
#define VFM_VFWEX 6
#define VFM_DIVX4 7
#define VFM_RAW 8
-#define VFM_RLE 9
+#define VFM_MSRLE 9
#define VFM_XANIM 10
#define VFM_MSVIDC 11
#define VFM_FLI 12