[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.2,1.3
Arpi of Ize
arpi at mplayer.dev.hu
Thu Feb 28 02:43:09 CET 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv23265
Modified Files:
vd.c
Log Message:
cinepak added
Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vd.c 28 Feb 2002 01:42:44 -0000 1.2
+++ vd.c 28 Feb 2002 01:43:06 -0000 1.3
@@ -22,6 +22,7 @@
//#include "vd_internal.h"
extern vd_functions_t mpcodecs_vd_null;
+extern vd_functions_t mpcodecs_vd_cinepak;
vd_functions_t* mpcodecs_vd_drivers[] = {
&mpcodecs_vd_null,
More information about the MPlayer-cvslog
mailing list