summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-19 22:11:34 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-19 22:11:34 +0000
commitfb5558b8e75ccf6148fd9ca22e2cd2f867ea9124 (patch)
tree72c10d6821411aba6176a04a555a22c2a5f9fb21 /libvo
parentf3bf706a77be09cc37bd46967abdad286cd20eec (diff)
downloadmpv-fb5558b8e75ccf6148fd9ca22e2cd2f867ea9124.tar.bz2
mpv-fb5558b8e75ccf6148fd9ca22e2cd2f867ea9124.tar.xz
100l to Jindrich! Changing the parameter name in the body, too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15219 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_mga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index ac87904cad..bd100b4d6a 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -60,7 +60,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
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 {