mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
video: Support BT.2020 constant luminance system
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user