From f3571048669bf876681499f49e9df492f05f73c6 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 8 Aug 2017 16:30:32 +0200 Subject: pixfmt: Support chroma-derived and ictcp color matrices Signed-off-by: Vittorio Giovara --- libavutil/pixdesc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavutil/pixdesc.c') diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c index 9f1c21cc94..59587328ea 100644 --- a/libavutil/pixdesc.c +++ b/libavutil/pixdesc.c @@ -2246,6 +2246,9 @@ static const char *color_space_names[] = { [AVCOL_SPC_BT2020_NCL] = "bt2020nc", [AVCOL_SPC_BT2020_CL] = "bt2020c", [AVCOL_SPC_SMPTE2085] = "smpte2085", + [AVCOL_SPC_CHROMA_DERIVED_NCL] = "chroma-derived-nc", + [AVCOL_SPC_CHROMA_DERIVED_CL] = "chroma-derived-c", + [AVCOL_SPC_ICTCP] = "ictcp", }; static const char *chroma_location_names[] = { -- cgit v1.2.3