summaryrefslogtreecommitdiffstats
path: root/video/out/gl_lcms.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_lcms.h')
-rw-r--r--video/out/gl_lcms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/gl_lcms.h b/video/out/gl_lcms.h
index 1debef485b..ff51c7d13f 100644
--- a/video/out/gl_lcms.h
+++ b/video/out/gl_lcms.h
@@ -11,6 +11,7 @@ struct mp_icc_opts {
};
struct lut3d;
-struct lut3d *mp_load_icc(struct mp_icc_opts *opts);
+struct mp_log;
+struct lut3d *mp_load_icc(struct mp_icc_opts *opts, struct mp_log *log);
#endif