[Mplayer-cvslog] CVS: main/libvo vo_mga.c,1.16,1.17

Atmosfear atmos4 at mplayer.dev.hu
Sun Oct 21 00:30:28 CEST 2001


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

Modified Files:
	vo_mga.c 
Log Message:
oops


Index: vo_mga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_mga.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vo_mga.c	20 Oct 2001 22:29:29 -0000	1.16
+++ vo_mga.c	20 Oct 2001 22:30:25 -0000	1.17
@@ -65,7 +65,7 @@
 		aspect_save_screenres(vo_screenwidth,vo_screenheight);
 	
 		if(fullscreen&0x01) /* -fs */
-			aspect(&d_width,&d_height,A_NOZOOM);
+			aspect(&d_width,&d_height,A_ZOOM);
 		else
 			aspect(&d_width,&d_height,A_NOZOOM);
 	}




More information about the MPlayer-cvslog mailing list