summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2016-03-19 02:27:46 +0100
committerwm4 <wm4@nowhere>2016-03-19 14:08:01 +0100
commit5447cd033c145f4a6af4d635ac9d9b10385cdca2 (patch)
treeeb1d8e0e319129058d7f61d7176b98df9cddd58b /video/csputils.h
parentb29af6a4bda23c5a99ea4422665d8cc903db470f (diff)
downloadmpv-5447cd033c145f4a6af4d635ac9d9b10385cdca2.tar.bz2
mpv-5447cd033c145f4a6af4d635ac9d9b10385cdca2.tar.xz
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.
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h1
1 files changed, 1 insertions, 0 deletions
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
};