vo_opengl_cb: actually set requested options

Quite an oversight.

(cherry picked from commit 4d9255a5e1)
This commit is contained in:
wm4 2015-05-12 22:16:07 +02:00 committed by Diogo Franco (Kovensky)
parent e34c02981f
commit bbbedddddc
1 changed files with 1 additions and 0 deletions

View File

@ -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);