From 4e994dd61a30045599f9a4a49035bea27bd85988 Mon Sep 17 00:00:00 2001 From: melanson Date: Tue, 19 Mar 2002 07:07:06 +0000 Subject: 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 --- codec-cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codec-cfg.h') 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 -- cgit v1.2.3