From da7ae75e2626750bb254ac174b21fecba5eb41cd Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 10 Jun 2017 02:10:41 +0200 Subject: csputils: implement sony s-gamut The S-Log "matching" colorspace --- 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 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 }; -- cgit v1.2.3