[Mplayer-cvslog] CVS: main/libvo video_out.h,1.8,1.9 vo_dga.c,1.27,1.28

Arpi of Ize arpi at mplayerhq.banki.hu
Wed Jul 4 01:45:52 CEST 2001


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

Modified Files:
	video_out.h vo_dga.c 
Log Message:
extern vo_doublebuffering cleanup

Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- video_out.h	21 Jun 2001 22:34:25 -0000	1.8
+++ video_out.h	3 Jul 2001 23:45:49 -0000	1.9
@@ -104,5 +104,8 @@
 extern int vo_dheight;
 extern int vo_dbpp;
 
+extern int vo_doublebuffering;
+extern int vo_fsmode;
+
 extern char *vo_subdevice;
 

Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vo_dga.c	22 Jun 2001 19:51:25 -0000	1.27
+++ vo_dga.c	3 Jul 2001 23:45:49 -0000	1.28
@@ -23,6 +23,9 @@
  * - works only on x86 architectures
  *
  * $Log$
+ * Revision 1.28  2001/07/03 23:45:49  arpi
+ * extern vo_doublebuffering cleanup
+ *
  * Revision 1.27  2001/06/22 19:51:25  atmosfear
  * Fixed pointer->integer cast warning.
  *
@@ -291,8 +294,6 @@
 
 
 extern int       verbose;          
-extern int       vo_dbpp;
-extern int	 vo_doublebuffering;
 
 static int       vo_dga_src_format;
 static int       vo_dga_width;           // bytes per line in framebuffer


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list