summaryrefslogtreecommitdiffstats
path: root/video/out/vo_corevideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_corevideo.c')
-rw-r--r--video/out/vo_corevideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_corevideo.c b/video/out/vo_corevideo.c
index 57ebb04336..2adee98b02 100644
--- a/video/out/vo_corevideo.c
+++ b/video/out/vo_corevideo.c
@@ -152,7 +152,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *params, int flags)
int mpgl_caps = MPGL_CAP_GL_LEGACY;
if (!mpgl_config_window(
- p->mpglctx, mpgl_caps, params->d_w, params->d_h, flags))
+ p->mpglctx, mpgl_caps, vo->dwidth, vo->dheight, flags))
return -1;
init_gl(vo, vo->dwidth, vo->dheight);