diff --git a/src/colorspace.c b/src/colorspace.c index 5e8f8585..8221eb89 100644 --- a/src/colorspace.c +++ b/src/colorspace.c @@ -1714,8 +1714,6 @@ pl_transform3x3 pl_color_repr_decode(struct pl_color_repr *repr, // DCI-P3 primaries, which is a reasonable assumption. const struct pl_raw_primaries *dst = pl_raw_primaries_get(PL_COLOR_PRIM_DCI_P3); m = pl_get_xyz2rgb_matrix(dst); - // DCDM X'Y'Z' is expected to have equal energy white point (EG 432-1 Annex H) - apply_chromatic_adaptation((struct pl_cie_xy)CIE_E, dst->white, &m); break; } case PL_COLOR_SYSTEM_COUNT: