summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-26 16:56:21 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-26 16:56:21 +0000
commit748e2bcb488f4c4589b03074a869825530c56cb1 (patch)
tree067f748ec7b0c0717665d24c9f6bec83563025e9 /libvo/vo_mga.c
parent3be27c141a8be7c4f50de5dbdd36ab6cd3e78fa6 (diff)
downloadmpv-748e2bcb488f4c4589b03074a869825530c56cb1.tar.bz2
mpv-748e2bcb488f4c4589b03074a869825530c56cb1.tar.xz
fix panscan font resizing with vo_mga
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9995 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index c8397e8cab..9861c95ed2 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -70,6 +70,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
printf("vo_mga aspect(): resized to %dx%d\n",d_width,d_height);
}
+ vo_dwidth=d_width; vo_dheight=d_height;
mga_vid_config.dest_width = d_width;
mga_vid_config.dest_height= d_height;
mga_vid_config.x_org= 0; // (720-mga_vid_config.dest_width)/2;