Browse Source

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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 9 years ago
parent
commit
b5939ba09c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/pixdesc.c

+ 1
- 1
libavutil/pixdesc.c 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] = {


Loading…
Cancel
Save