summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-20 22:30:25 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-20 22:30:25 +0000
commit14df5b5528ef239511d11c29f8bdb65b7c5ef96c (patch)
treebd6cee5fc52dcce075e9496911aebbf90404cd2d /libvo
parent612ba8077fbcfa16970741eb5552f6b0fb9b874d (diff)
downloadmpv-14df5b5528ef239511d11c29f8bdb65b7c5ef96c.tar.bz2
mpv-14df5b5528ef239511d11c29f8bdb65b7c5ef96c.tar.xz
oops
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2319 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 bd5c5bcdf8..75ddc7974e 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -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);
}