summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gui/mplayer/play.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/mplayer/play.c b/Gui/mplayer/play.c
index 3cbfd63f4a..450e2c5dce 100644
--- a/Gui/mplayer/play.c
+++ b/Gui/mplayer/play.c
@@ -91,7 +91,8 @@ printf("%%%%%% PAUSE \n");
void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
{
-printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height);
+//printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height);
+ vo_setwindowsize( width,height );
vo_resize=1;
}