[FFmpeg-cvslog] avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_transfer_names

Michael Niedermayer git at videolan.org
Thu Sep 10 23:03:21 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Sep 10 22:47:51 2015 +0200| [b5939ba09cfae67ee6394dc0de3ee9bee84c9123] | committer: Michael Niedermayer

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

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5939ba09cfae67ee6394dc0de3ee9bee84c9123
---

 libavutil/pixdesc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index 2245cab..8505334 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] = {



More information about the ffmpeg-cvslog mailing list