summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-19 23:31:10 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-19 23:31:10 +0000
commite2cf3837fe47183e9787206d9dfca487d662203f (patch)
treee4c1c962ca4f1f107e06dd0aed85f59eb8eb9311 /libvo
parent0bfe8fcf312f08b0a78129036f7f017f222749d0 (diff)
downloadmpv-e2cf3837fe47183e9787206d9dfca487d662203f.tar.bz2
mpv-e2cf3837fe47183e9787206d9dfca487d662203f.tar.xz
-vm -fs fix by Tobias Diedrich <ranma@gmx.at>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6126 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 793648d8e5..5cd9b9def8 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -381,6 +381,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
hint.y=(vo_screenheight-modeline_height)/2;
hint.width=modeline_width;
hint.height=modeline_height;
+ aspect_save_screenres(modeline_width,modeline_height);
}
else
#endif