summaryrefslogtreecommitdiffstats
path: root/mpvcore/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mplayer.c')
-rw-r--r--mpvcore/mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index 6a6c2dfb34..5db3c5c833 100644
--- a/mpvcore/mplayer.c
+++ b/mpvcore/mplayer.c
@@ -3555,7 +3555,7 @@ static void handle_force_window(struct MPContext *mpctx)
break;
}
}
- int w = 640;
+ int w = 960;
int h = 480;
struct mp_image_params p = {
.imgfmt = config_format,