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:
Michael Niedermayer 2015-09-10 22:47:51 +02:00
parent 6d4b394b5d
commit b5939ba09c

View File

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