Mercurial > mplayer.hg
changeset 15218:090c8df3f6fe
100l to Jindrich! Changing the parameter name in the body, too.
author | rathann |
---|---|
date | Tue, 19 Apr 2005 22:11:34 +0000 |
parents | d49091f2206c |
children | c931a567a395 |
files | libvo/vo_mga.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_mga.c Tue Apr 19 21:17:39 2005 +0000 +++ b/libvo/vo_mga.c Tue Apr 19 22:11:34 2005 +0000 @@ -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 {