csputils: implement sony s-gamut

The S-Log "matching" colorspace
This commit is contained in:
Niklas Haas
2017-06-10 02:10:41 +02:00
committed by wm4
parent c3f32f3a6e
commit da7ae75e26
3 changed files with 12 additions and 0 deletions

View File

@@ -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
};