From 6d4b394b5d6ccc775738695967f5354cb6e5b014 Mon Sep 17 00:00:00 2001 From: Kevin Wheatley Date: Tue, 1 Sep 2015 12:34:34 +0100 Subject: [PATCH] avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions Signed-off-by: Michael Niedermayer --- libavutil/pixdesc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c index f4ada7bdeb..2245cabc07 100644 --- a/libavutil/pixdesc.c +++ b/libavutil/pixdesc.c @@ -2016,13 +2016,14 @@ static const char *color_range_names[AVCOL_RANGE_NB] = { static const char *color_primaries_names[AVCOL_PRI_NB] = { "reserved", "bt709", "unknown", "reserved", "bt470m", "bt470bg", "smpte170m", "smpte240m", "film", "bt2020", + "smpte428_1", }; static const char *color_transfer_names[AVCOL_TRC_NB] = { "reserved", "bt709", "unknown", "reserved", "bt470m", "bt470bg", "smpte170m", "smpte240m", "linear", "log100", "log316", "iec61966-2-4", "bt1361e", "iec61966-2-1", - "bt2020-10", "bt2020-20", + "bt2020-10", "bt2020-20", "smpte2084", "smpte428-1", }; static const char *color_space_names[AVCOL_SPC_NB] = {