[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
- Previous message: [Mplayer-cvslog] CVS: main configure,1.106,1.107
- Next message: [Mplayer-cvslog] CVS: main dec_audio.c,1.22,1.23 dec_video.c,1.3,1.4 demux_asf.c,1.9,1.10 mplayer.c,1.179,1.180
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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[];
- Previous message: [Mplayer-cvslog] CVS: main configure,1.106,1.107
- Next message: [Mplayer-cvslog] CVS: main dec_audio.c,1.22,1.23 dec_video.c,1.3,1.4 demux_asf.c,1.9,1.10 mplayer.c,1.179,1.180
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list