You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-06 06:27:36 +02:00
avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer_names
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@ -2016,7 +2016,7 @@ static const char *color_range_names[AVCOL_RANGE_NB] = {
|
|||||||
static const char *color_primaries_names[AVCOL_PRI_NB] = {
|
static const char *color_primaries_names[AVCOL_PRI_NB] = {
|
||||||
"reserved", "bt709", "unknown", "reserved", "bt470m",
|
"reserved", "bt709", "unknown", "reserved", "bt470m",
|
||||||
"bt470bg", "smpte170m", "smpte240m", "film", "bt2020",
|
"bt470bg", "smpte170m", "smpte240m", "film", "bt2020",
|
||||||
"smpte428_1",
|
"smpte428-1",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *color_transfer_names[AVCOL_TRC_NB] = {
|
static const char *color_transfer_names[AVCOL_TRC_NB] = {
|
||||||
|
Reference in New Issue
Block a user