1
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:
wm4 2015-05-12 22:16:07 +02:00
parent af157db7e5
commit 4d9255a5e1

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