mirror of https://github.com/mpv-player/mpv
oops
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
612ba8077f
commit
14df5b5528
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue