[Mplayer-cvslog] CVS: main/libvo video_out.c,1.47,1.48 video_out.h,1.30,1.31

Arpi of Ize arpi at mplayer.dev.hu
Sun Apr 7 04:12:18 CEST 2002


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

Modified Files:
	video_out.c video_out.h 
Log Message:
vo_config_count now counts calls to vo->config()

Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- video_out.c	31 Mar 2002 20:38:56 -0000	1.47
+++ video_out.c	7 Apr 2002 02:12:15 -0000	1.48
@@ -38,6 +38,8 @@
 int vo_screenwidth=0;
 int vo_screenheight=0;
 
+int vo_config_count=0;
+
 // requested resolution/bpp:  (-x -y -bpp options)
 int vo_dx=0;
 int vo_dy=0;

Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- video_out.h	6 Apr 2002 19:08:52 -0000	1.30
+++ video_out.h	7 Apr 2002 02:12:15 -0000	1.31
@@ -191,6 +191,8 @@
 
 extern int vo_flags;
 
+extern int vo_config_count;
+
 // correct resolution/bpp on screen:  (should be autodetected by vo_init())
 extern int vo_depthonscreen;
 extern int vo_screenwidth;




More information about the MPlayer-cvslog mailing list