From 5e1d8aafed1cf7c3d67345a7be1a1c06c53ade77 Mon Sep 17 00:00:00 2001 From: pontscho Date: Fri, 3 May 2002 13:12:46 +0000 Subject: fix aspect ratio handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5946 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui') diff --git a/Gui/interface.c b/Gui/interface.c index 76939f43ad..da5703d516 100644 --- a/Gui/interface.c +++ b/Gui/interface.c @@ -99,7 +99,7 @@ void guiGetEvent( int type,char * arg ) if ( arg ) { tmp_sh_video_t * sh_video = (tmp_sh_video_t *)arg; - mplResizeToMovieSize( sh_video->disp_w,sh_video->disp_h ); + mplResizeToMovieSize( vo_dwidth,vo_dheight ); guiIntfStruct.MovieWidth=sh_video->disp_w; guiIntfStruct.MovieHeight=sh_video->disp_h; } -- cgit v1.2.3