[Mplayer-cvslog] CVS: main/libvo video_out.c,1.41,1.42 video_out.h,1.22,1.23

Alex Beregszaszi alex at mplayer.dev.hu
Fri Feb 22 19:00:41 CET 2002


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

Modified Files:
	video_out.c video_out.h 
Log Message:
added vo_dx,vo_dy (used currently only by X based outputs)

Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- video_out.c	17 Feb 2002 03:06:38 -0000	1.41
+++ video_out.c	22 Feb 2002 18:00:38 -0000	1.42
@@ -39,6 +39,8 @@
 int vo_screenheight=0;
 
 // requested resolution/bpp:  (-x -y -bpp options)
+int vo_dx=0;
+int vo_dy=0;
 int vo_dwidth=0;
 int vo_dheight=0;
 int vo_dbpp=0;

Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- video_out.h	18 Feb 2002 17:34:20 -0000	1.22
+++ video_out.h	22 Feb 2002 18:00:38 -0000	1.23
@@ -179,12 +179,16 @@
 // NULL terminated array of all drivers
 extern vo_functions_t* video_out_drivers[];
 
+extern int vo_flags;
+
 // correct resolution/bpp on screen:  (should be autodetected by vo_init())
 extern int vo_depthonscreen;
 extern int vo_screenwidth;
 extern int vo_screenheight;
 
 // requested resolution/bpp:  (-x -y -bpp options)
+extern int vo_dx;
+extern int vo_dy;
 extern int vo_dwidth;
 extern int vo_dheight;
 extern int vo_dbpp;




More information about the MPlayer-cvslog mailing list