Commit b5939ba0 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer_names

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6d4b394b
......@@ -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] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment