avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Kevin Wheatley 2015-09-01 12:34:34 +01:00 committed by Michael Niedermayer
parent 7061a30c37
commit 6d4b394b5d
1 changed files with 2 additions and 1 deletions

View File

@ -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] = {