summaryrefslogtreecommitdiff
path: root/libavutil/pixdesc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-10 22:47:51 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-10 22:47:51 +0200
commitb5939ba09cfae67ee6394dc0de3ee9bee84c9123 (patch)
tree69c79caf2acd1e5b593fc8481fd55a197c9dc45a /libavutil/pixdesc.c
parent6d4b394b5d6ccc775738695967f5354cb6e5b014 (diff)
avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer_names
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/pixdesc.c')
-rw-r--r--libavutil/pixdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index 2245cabc07..8505334d62 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -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] = {