From e2cf3837fe47183e9787206d9dfca487d662203f Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 19 May 2002 23:31:10 +0000 Subject: -vm -fs fix by Tobias Diedrich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6126 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') 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 -- cgit v1.2.3