From 5447cd033c145f4a6af4d635ac9d9b10385cdca2 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 19 Mar 2016 02:27:46 +0100 Subject: csputils: add DCI-P3 colorspace This colorspace has been historically used as a calibration target for most digital projectors and sees some involvement in the UltraHD standards, so it's a useful addition to mpv. --- video/csputils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/csputils.h') diff --git a/video/csputils.h b/video/csputils.h index d5990d242f..1d8d3b1d14 100644 --- a/video/csputils.h +++ b/video/csputils.h @@ -63,6 +63,7 @@ enum mp_csp_prim { MP_CSP_PRIM_ADOBE, MP_CSP_PRIM_PRO_PHOTO, MP_CSP_PRIM_CIE_1931, + MP_CSP_PRIM_DCI_P3, MP_CSP_PRIM_COUNT }; -- cgit v1.2.3