From 86d3d11a68510764504a2a3c5987ab8e059d6df5 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 25 Mar 2014 18:45:08 +0100 Subject: video: Add BT.2020-NCL colorspace and transfer function Source: http://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2020-0-201208-I!!PDF-E.pdf --- options/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options') diff --git a/options/options.c b/options/options.c index 45accce0de..ea79a7d609 100644 --- a/options/options.c +++ b/options/options.c @@ -389,6 +389,7 @@ 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}, {"YCgCo", MP_CSP_YCGCO})), OPT_CHOICE("colormatrix-input-range", requested_input_range, 0, ({"auto", MP_CSP_LEVELS_AUTO}, -- cgit v1.2.3