summaryrefslogtreecommitdiffstats
path: root/video/out/gl_lcms.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 17:51:20 +0100
committerwm4 <wm4@nowhere>2013-12-21 20:50:10 +0100
commitc8268701d9a4c5ff38b48f0e6b689f6dade4de42 (patch)
tree05d8a24ffc867f977a2178f5940d5723d82926bd /video/out/gl_lcms.h
parent2eefa31c886723bcc30664ea9fe3e2420f2cc0c6 (diff)
downloadmpv-c8268701d9a4c5ff38b48f0e6b689f6dade4de42.tar.bz2
mpv-c8268701d9a4c5ff38b48f0e6b689f6dade4de42.tar.xz
video/out: pass along global context
Will be needed for other parts (especially in gl_lcms.c).
Diffstat (limited to 'video/out/gl_lcms.h')
-rw-r--r--video/out/gl_lcms.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/video/out/gl_lcms.h b/video/out/gl_lcms.h
index ff51c7d13f..a579b78f43 100644
--- a/video/out/gl_lcms.h
+++ b/video/out/gl_lcms.h
@@ -12,6 +12,8 @@ struct mp_icc_opts {
struct lut3d;
struct mp_log;
-struct lut3d *mp_load_icc(struct mp_icc_opts *opts, struct mp_log *log);
+struct mpv_global;
+struct lut3d *mp_load_icc(struct mp_icc_opts *opts, struct mp_log *log,
+ struct mpv_global *global);
#endif