summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/lcms.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/lcms.h')
-rw-r--r--video/out/opengl/lcms.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/video/out/opengl/lcms.h b/video/out/opengl/lcms.h
index 4e0a18c3d2..373a8b8669 100644
--- a/video/out/opengl/lcms.h
+++ b/video/out/opengl/lcms.h
@@ -16,7 +16,11 @@ struct mp_icc_opts {
int contrast;
};
-struct lut3d;
+struct lut3d {
+ uint16_t *data;
+ int size[3];
+};
+
struct mp_log;
struct mpv_global;
struct gl_lcms;