[Mplayer-cvslog] CVS: main/libvo video_out.c,1.36,1.37
    Nick Kurshev 
    nick at mplayer.dev.hu
       
    Sun Feb  3 10:29:01 CET 2002
    
    
  
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv26756/main/libvo
Modified Files:
	video_out.c 
Log Message:
Allows to users control direct rendering
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- video_out.c	23 Jan 2002 16:54:29 -0000	1.36
+++ video_out.c	3 Feb 2002 09:28:58 -0000	1.37
@@ -47,6 +47,7 @@
 float vo_fps=0; // for mp1e rte
 
 char *vo_subdevice = NULL;
+int vaa_use_dr=1;
 /****************************************
 *	GAMMA CORRECTION		*
 ****************************************/
    
    
More information about the MPlayer-cvslog
mailing list