git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-10-20 22:30:25 +00:00
parent 612ba8077f
commit 14df5b5528
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
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);
}