[Mplayer-cvslog] CVS: main mplayer.c,1.383,1.384
    Michael Niedermayer 
    michael at mplayer.dev.hu
       
    Sun Feb  3 15:41:33 CET 2002
    
    
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv11353
Modified Files:
	mplayer.c 
Log Message:
YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- mplayer.c	1 Feb 2002 18:16:30 -0000	1.383
+++ mplayer.c	3 Feb 2002 14:41:22 -0000	1.384
@@ -254,7 +254,7 @@
 char* audio_driver=NULL;
 static int fullscreen=0;
 static int vidmode=0;
-static int softzoom=0;
+int softzoom=0;
 static int flip=-1;
 // We need this opt_* because the values are then calculated so the options use the opt_*
 // and before each file we reset the calculated value using this opt_* values
    
    
More information about the MPlayer-cvslog
mailing list