mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
vo_opengl_cb: actually set requested options
Quite an oversight.
This commit is contained in:
parent
af157db7e5
commit
4d9255a5e1
@ -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
Block a user