aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/csputils.h
diff options
context:
space:
mode:
authorGravatar Niklas Haas <git@nand.wakku.to>2016-06-26 19:57:29 +0200
committerGravatar wm4 <wm4@nowhere>2016-06-28 19:48:29 +0200
commit247ec0cb841c28b97a186675c0ef923a0ede2f40 (patch)
treec9fdd6787b1b6650a6f0c20504aeefcb83f040f5 /video/csputils.h
parent13a63331b67f489d547b566ea8b7b60de62192bd (diff)
csputils: add Panasonic V-Gamut primaries
This is actually not entirely trivial since it involves negative Yxy coordinates, so the CMM has to be capable of full floating point operation. Fortunately, LittleCMS is, so we can just blindly implement it.
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 f64c42e6c8..100e3c13d9 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -64,6 +64,7 @@ enum mp_csp_prim {
MP_CSP_PRIM_PRO_PHOTO,
MP_CSP_PRIM_CIE_1931,
MP_CSP_PRIM_DCI_P3,
+ MP_CSP_PRIM_V_GAMUT,
MP_CSP_PRIM_COUNT
};