video: Support BT.2020 constant luminance system

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Niklas Haas
2014-03-26 23:00:09 +01:00
committed by wm4
parent ef6db24366
commit 204fed4d5b
7 changed files with 77 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ enum mp_csp {
MP_CSP_BT_709,
MP_CSP_SMPTE_240M,
MP_CSP_BT_2020_NC,
MP_CSP_BT_2020_C,
MP_CSP_RGB,
MP_CSP_XYZ,
MP_CSP_YCGCO,