summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-12 22:16:07 +0200
committerwm4 <wm4@nowhere>2015-05-12 22:16:07 +0200
commit4d9255a5e1a1c5be805800070a79ef1bcc1a150a (patch)
tree66210bfd8ba764edbb5503e80ed06d1453e11cb9
parentaf157db7e5803fbe8b323ba2e9671e65c8fd6c2c (diff)
downloadmpv-4d9255a5e1a1c5be805800070a79ef1bcc1a150a.tar.bz2
mpv-4d9255a5e1a1c5be805800070a79ef1bcc1a150a.tar.xz
vo_opengl_cb: actually set requested options
Quite an oversight.
-rw-r--r--video/out/vo_opengl_cb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_opengl_cb.c b/video/out/vo_opengl_cb.c
index 1a2e1bf9a8..ad8487ebaf 100644
--- a/video/out/vo_opengl_cb.c
+++ b/video/out/vo_opengl_cb.c
@@ -542,6 +542,7 @@ static int preinit(struct vo *vo)
}
p->ctx->active = vo;
p->ctx->reconfigured = true;
+ p->ctx->update_new_opts = true;
copy_vo_opts(vo);
pthread_mutex_unlock(&p->ctx->lock);