summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-29 14:59:12 +0100
committerwm4 <wm4@nowhere>2015-01-29 15:16:30 +0100
commit1e67ce74d8a72d5a02b6e770fe2f7ab734c32dab (patch)
tree887fe8c89221e020b6bd59978cf88b74f5c29486 /video/out
parent14bbbffa99f2b3d85ab7d2cf9aa80e41a15d7761 (diff)
downloadmpv-1e67ce74d8a72d5a02b6e770fe2f7ab734c32dab.tar.bz2
mpv-1e67ce74d8a72d5a02b6e770fe2f7ab734c32dab.tar.xz
vo_opengl: force redraw on command line changes
Diffstat (limited to 'video/out')
-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);
}