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

@@ -389,7 +389,8 @@ const m_option_t mp_opts[] = {
{"BT.601", MP_CSP_BT_601},
{"BT.709", MP_CSP_BT_709},
{"SMPTE-240M", MP_CSP_SMPTE_240M},
{"BT.2020-NC", MP_CSP_BT_2020_NC},
{"BT.2020-NCL", MP_CSP_BT_2020_NC},
{"BT.2020-CL", MP_CSP_BT_2020_C},
{"YCgCo", MP_CSP_YCGCO})),
OPT_CHOICE("colormatrix-input-range", requested_input_range, 0,
({"auto", MP_CSP_LEVELS_AUTO},