summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2017-06-10 02:10:41 +0200
committerwm4 <wm4@nowhere>2017-06-18 20:54:44 +0200
commitda7ae75e2626750bb254ac174b21fecba5eb41cd (patch)
treeb12c5196622ff2f09344fd94ca856c76d7108776 /video/csputils.h
parentc3f32f3a6e3486093eb17518146a6459a34c0c41 (diff)
downloadmpv-da7ae75e2626750bb254ac174b21fecba5eb41cd.tar.bz2
mpv-da7ae75e2626750bb254ac174b21fecba5eb41cd.tar.xz
csputils: implement sony s-gamut
The S-Log "matching" colorspace
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 8b63ac3905..b5446c4d6c 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -65,6 +65,7 @@ enum mp_csp_prim {
MP_CSP_PRIM_CIE_1931,
MP_CSP_PRIM_DCI_P3,
MP_CSP_PRIM_V_GAMUT,
+ MP_CSP_PRIM_S_GAMUT,
MP_CSP_PRIM_COUNT
};