Mercurial > mplayer.hg
changeset 2318:d67dac5d9344
oops
author | atmos4 |
---|---|
date | Sat, 20 Oct 2001 22:30:25 +0000 |
parents | 1f1880196a1c |
children | 9c76ec4846b3 |
files | libvo/vo_mga.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_mga.c Sat Oct 20 22:29:29 2001 +0000 +++ b/libvo/vo_mga.c Sat Oct 20 22:30:25 2001 +0000 @@ -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); }