diff Gui/interface.c @ 5945:f9fe22a52e80

fix aspect ratio handling
author pontscho
date Fri, 03 May 2002 13:12:46 +0000
parents 0132c5747e8a
children caac20b1ca79
line wrap: on
line diff
--- a/Gui/interface.c	Fri May 03 12:56:29 2002 +0000
+++ b/Gui/interface.c	Fri May 03 13:12:46 2002 +0000
@@ -99,7 +99,7 @@
         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;
          }