[MPlayer-cvslog] CVS: main/libvo vo_mga.c,1.39,1.40
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Wed Apr 20 00:11:36 CEST 2005
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv29133
Modified Files:
vo_mga.c
Log Message:
100l to Jindrich! Changing the parameter name in the body, too.
Index: vo_mga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_mga.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- vo_mga.c 18 Apr 2005 15:52:38 -0000 1.39
+++ vo_mga.c 19 Apr 2005 22:11:34 -0000 1.40
@@ -60,7 +60,7 @@
aspect_save_prescale(d_width,d_height);
aspect_save_screenres(vo_screenwidth,vo_screenheight);
- if(fullscreen&VOFLAG_FULLSCREEN) { /* -fs */
+ if(flags&VOFLAG_FULLSCREEN) { /* -fs */
aspect(&d_width,&d_height,A_ZOOM);
vo_fs = VO_TRUE;
} else {
More information about the MPlayer-cvslog
mailing list