[Mplayer-cvslog] CVS: main/libvo video_out.h,1.9,1.10

Arpi of Ize arpi at mplayer.dev.hu
Mon Jul 16 14:11:51 CEST 2001


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

Modified Files:
	video_out.h 
Log Message:
added prototype of vo_init()

Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- video_out.h	3 Jul 2001 23:45:49 -0000	1.9
+++ video_out.h	16 Jul 2001 12:11:49 -0000	1.10
@@ -91,6 +91,8 @@
 } vo_functions_t;
 
 char *vo_format_name(int format);
+int vo_init(void);
+
 // NULL terminated array of all drivers
 extern vo_functions_t* video_out_drivers[];
 




More information about the MPlayer-cvslog mailing list