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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 654bd00c23..f16c2e485b 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -2575,6 +2575,7 @@ void gl_video_set_options(struct gl_video *p, struct gl_video_opts *opts)
check_gl_features(p);
gl_video_set_gl_state(p);
reinit_rendering(p);
+ check_resize(p);
}
void gl_video_get_colorspace(struct gl_video *p, struct mp_image_params *params)