summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_lcms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_lcms.c b/video/out/gl_lcms.c
index 6fd86d9874..3d568ea280 100644
--- a/video/out/gl_lcms.c
+++ b/video/out/gl_lcms.c
@@ -80,7 +80,7 @@ const struct m_sub_options mp_icc_conf = {
.size = sizeof(struct mp_icc_opts),
.defaults = &(const struct mp_icc_opts) {
.size_str = "128x256x64",
- .intent = INTENT_ABSOLUTE_COLORIMETRIC,
+ .intent = INTENT_RELATIVE_COLORIMETRIC,
},
};