From 9e88af0e0c953543c50b2b8c415b425639517a17 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 14 Apr 2006 11:23:03 +0000 Subject: 10l, forgot to move aspect_save_screenres in last commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18090 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/w32_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/w32_common.c b/libvo/w32_common.c index 1794eef714..becd1d6eec 100644 --- a/libvo/w32_common.c +++ b/libvo/w32_common.c @@ -148,7 +148,6 @@ static void updateScreenProperties() { vo_screenwidth = dm.dmPelsWidth; vo_screenheight = dm.dmPelsHeight; vo_depthonscreen = dm.dmBitsPerPel; - aspect_save_screenres(vo_screenwidth, vo_screenheight); vo_screenx = vo_screeny = 0; if (myMonitorFromWindow && myGetMonitorInfo) { MONITORINFO mi; @@ -160,6 +159,7 @@ static void updateScreenProperties() { vo_screenwidth = mi.rcMonitor.right - mi.rcMonitor.left; vo_screenheight = mi.rcMonitor.bottom - mi.rcMonitor.top; } + aspect_save_screenres(vo_screenwidth, vo_screenheight); } static void changeMode(void) { -- cgit v1.2.3