From b5939ba09cfae67ee6394dc0de3ee9bee84c9123 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 10 Sep 2015 22:47:51 +0200 Subject: [PATCH] avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer_names Signed-off-by: Michael Niedermayer --- libavutil/pixdesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = {