summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 57b2907620..5392c69e50 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1136,8 +1136,8 @@ current_module="init_libvo";
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 );
}