diff options
Diffstat (limited to 'options/options.c')
-rw-r--r-- | options/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c index d5f751b9cf..0c2f8257df 100644 --- a/options/options.c +++ b/options/options.c @@ -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}, |