summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context.c')
-rw-r--r--video/out/opengl/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c
index f7fce4fae5..63fed40de2 100644
--- a/video/out/opengl/context.c
+++ b/video/out/opengl/context.c
@@ -160,6 +160,7 @@ static MPGLContext *init_backend(struct vo *vo, const struct mpgl_driver *driver
.vo = vo,
.global = vo->global,
.driver = driver,
+ .log = vo->log,
};
if (probing)
vo_flags |= VOFLAG_PROBING;