mirror of
https://gitlab.freedesktop.org/wayland/weston
synced 2024-11-05 18:24:04 +00:00
afbc729e71
cmlcms_get_hdr_meta() returns early if the output has a color profile set. That makes sense, because we should be able to get the color characteristics from the color profiles. But in the next commits, every output will have a color profile set. To allow the color-metadata-parsing test, do not return early when output->color_profile != NULL in cmlcms_get_hdr_meta() anymore. In the future we'll adjust this function in order to always extract the color characteristics from color profiles, as output->color_profile should always be set. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com> |
||
---|---|---|
.. | ||
color-curve-segments.c | ||
color-curve-segments.h | ||
color-lcms.c | ||
color-lcms.h | ||
color-profile.c | ||
color-transform.c | ||
meson.build |