mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00: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:
parent
6d4b394b5d
commit
b5939ba09c
@ -2016,7 +2016,7 @@ 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",
|
||||
"smpte428-1",
|
||||
};
|
||||
|
||||
static const char *color_transfer_names[AVCOL_TRC_NB] = {
|
||||
|
Loading…
Reference in New Issue
Block a user