From 4d9255a5e1a1c5be805800070a79ef1bcc1a150a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 12 May 2015 22:16:07 +0200 Subject: vo_opengl_cb: actually set requested options Quite an oversight. --- video/out/vo_opengl_cb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video') 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); -- cgit v1.2.3