summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.c')
-rw-r--r--video/out/opengl/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index 3982793f94..7eb7736c04 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -613,7 +613,7 @@ static void uninit_rendering(struct gl_video *p)
// takes over ownership.
void gl_video_set_icc_profile(struct gl_video *p, bstr icc_data)
{
- gl_lcms_set_memory_profile(p->cms, &icc_data);
+ gl_lcms_set_memory_profile(p->cms, icc_data);
if (p->use_lut_3d)
return;