summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo_opengl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index be8fbc9d7a..99c25182b9 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -303,6 +303,7 @@ static bool reparse_cmdline(struct gl_priv *p, char *args)
mpgl_lock(p->glctx);
gl_video_set_options(p->renderer, opts->renderer_opts);
vo_set_flip_queue_params(p->vo, 0, opts->renderer_opts->smoothmotion);
+ p->vo->want_redraw = true;
mpgl_unlock(p->glctx);
}