diff mplayer.c @ 3558:1dbf58c3d50c

aspect ratio bug fix for gui
author pontscho
date Mon, 17 Dec 2001 14:19:37 +0000
parents 5a11cbf8791f
children 61e0e3ecf47a
line wrap: on
line diff
--- a/mplayer.c	Mon Dec 17 12:04:20 2001 +0000
+++ b/mplayer.c	Mon Dec 17 14:19:37 2001 +0000
@@ -1136,8 +1136,8 @@
    if ( use_gui )
     {
      mplResizeToMovieSize( sh_video->disp_w,sh_video->disp_h );
-     moviewidth=screen_size_x=sh_video->disp_w;
-     movieheight=screen_size_y=sh_video->disp_h;
+     moviewidth=sh_video->disp_w;
+     movieheight=sh_video->disp_h;
      mplShMem->StreamType=stream->type;
      mplSetFileName( filename );
     }