mirror of https://github.com/mpv-player/mpv
vo_opengl_cb: actually set requested options
Quite an oversight.
(cherry picked from commit 4d9255a5e1
)
This commit is contained in:
parent
e34c02981f
commit
bbbedddddc
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue