mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
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:
parent
7061a30c37
commit
6d4b394b5d
@ -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] = {
|
||||
|
Loading…
Reference in New Issue
Block a user