summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context.h')
-rw-r--r--video/out/opengl/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/context.h b/video/out/opengl/context.h
index 0a02bd2867..ecb9d9c033 100644
--- a/video/out/opengl/context.h
+++ b/video/out/opengl/context.h
@@ -78,6 +78,7 @@ typedef struct MPGLContext {
struct vo *vo;
const struct mpgl_driver *driver;
struct mpv_global *global;
+ struct mp_log *log;
// For hwdec_vaegl.c.
const char *native_display_type;