summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 97463b8adf..a0f23e9157 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -2324,6 +2324,8 @@ void gl_video_config(struct gl_video *p, struct mp_image_params *params)
uninit_video(p);
init_video(p, params);
}
+
+ check_resize(p);
}
void gl_video_set_output_depth(struct gl_video *p, int r, int g, int b)