[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
- Previous message: [Mplayer-cvslog] CVS: main mencoder.c,1.110,1.111 mplayer.c,1.460,1.461
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_pp.c,NONE,1.1 Makefile,1.23,1.24 vf.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main mencoder.c,1.110,1.111 mplayer.c,1.460,1.461
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_pp.c,NONE,1.1 Makefile,1.23,1.24 vf.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list