[Mplayer-cvslog] CVS: main codec-cfg.h,1.19,1.20 codec-cfg.c,1.41,1.42

Arpi of Ize arpi at mplayer.dev.hu
Mon Oct 22 21:04:12 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv25767

Modified Files:
	codec-cfg.h codec-cfg.c 
Log Message:
xanim added

Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- codec-cfg.h	20 Oct 2001 18:49:08 -0000	1.19
+++ codec-cfg.h	22 Oct 2001 19:04:09 -0000	1.20
@@ -39,6 +39,7 @@
 #define VFM_DIVX4 7
 #define VFM_RAW 8
 #define VFM_RLE 9
+#define VFM_XANIM 10
 
 #ifndef GUID_TYPE
 #define GUID_TYPE

Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- codec-cfg.c	2 Oct 2001 22:37:28 -0000	1.41
+++ codec-cfg.c	22 Oct 2001 19:04:09 -0000	1.42
@@ -222,6 +222,7 @@
 		"divx4",
 		"raw",
 		"rle",
+		"xanim",
 		NULL
 	};
         char **drv=audioflag?audiodrv:videodrv;




More information about the MPlayer-cvslog mailing list