summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index ca0cb5468a..2ed8507a9c 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -52,7 +52,7 @@ extern const struct m_sub_options gl_video_conf;
struct gl_video;
-struct gl_video *gl_video_init(GL *gl);
+struct gl_video *gl_video_init(GL *gl, struct mp_log *log);
void gl_video_uninit(struct gl_video *p);
void gl_video_set_options(struct gl_video *p, struct gl_video_opts *opts);
void gl_video_config(struct gl_video *p, struct mp_image_params *params);