[FFmpeg-cvslog] avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions
Kevin Wheatley
git at videolan.org
Thu Sep 10 22:37:16 CEST 2015
ffmpeg | branch: master | Kevin Wheatley <kevin.j.wheatley at gmail.com> | Tue Sep 1 12:34:34 2015 +0100| [6d4b394b5d6ccc775738695967f5354cb6e5b014] | committer: Michael Niedermayer
avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptions
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d4b394b5d6ccc775738695967f5354cb6e5b014
---
libavutil/pixdesc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index f4ada7b..2245cab 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -2016,13 +2016,14 @@ 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",
};
static const char *color_transfer_names[AVCOL_TRC_NB] = {
"reserved", "bt709", "unknown", "reserved", "bt470m",
"bt470bg", "smpte170m", "smpte240m", "linear", "log100",
"log316", "iec61966-2-4", "bt1361e", "iec61966-2-1",
- "bt2020-10", "bt2020-20",
+ "bt2020-10", "bt2020-20", "smpte2084", "smpte428-1",
};
static const char *color_space_names[AVCOL_SPC_NB] = {
More information about the ffmpeg-cvslog
mailing list