[Mplayer-cvslog] CVS: main codec-cfg.c,1.72,1.73 codec-cfg.h,1.46,1.47
Mike Melanson
melanson at mplayer.dev.hu
Tue Mar 19 08:07:08 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29489
Modified Files:
codec-cfg.c codec-cfg.h
Log Message:
MPlayer now has a Microsoft RLE decoder to call its own...only supports
8-bit right now, but 4-bit is forthcoming
Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- codec-cfg.c 18 Mar 2002 23:30:04 -0000 1.72
+++ codec-cfg.c 19 Mar 2002 07:07:05 -0000 1.73
@@ -240,7 +240,7 @@
"vfwex",
"divx4",
"raw",
- "rle",
+ "msrle",
"xanim",
"msvidc",
"fli",
Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- codec-cfg.h 18 Mar 2002 23:30:04 -0000 1.46
+++ codec-cfg.h 19 Mar 2002 07:07:05 -0000 1.47
@@ -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
More information about the MPlayer-cvslog
mailing list