diff options
-rw-r--r-- | video/out/opengl/video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index 44092897bf..c3b5eb6f18 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -3425,6 +3425,7 @@ struct gl_video *gl_video_init(GL *gl, struct mp_log *log, struct mpv_global *g) p->scaler[n] = (struct scaler){.index = n}; gl_video_set_debug(p, true); init_gl(p); + reinit_from_options(p); return p; } |