[FFmpeg-cvslog] pixdesc: Fix AVCOL_TRC_BT2020_12 name

Vittorio Giovara git at videolan.org
Sun Nov 13 19:44:20 EET 2016


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Jun 21 10:22:58 2016 -0400| [444a36269f853844369af0a9836507e5a2780323] | committer: Vittorio Giovara

pixdesc: Fix AVCOL_TRC_BT2020_12 name

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

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

diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index f43f2a8..6d9e38d 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -1633,7 +1633,7 @@ static const char *color_transfer_names[] = {
     [AVCOL_TRC_BT1361_ECG] = "bt1361e",
     [AVCOL_TRC_IEC61966_2_1] = "iec61966-2-1",
     [AVCOL_TRC_BT2020_10] = "bt2020-10",
-    [AVCOL_TRC_BT2020_12] = "bt2020-20",
+    [AVCOL_TRC_BT2020_12] = "bt2020-12",
     [AVCOL_TRC_SMPTE2084] = "smpte2084",
     [AVCOL_TRC_SMPTE428] = "smpte428",
     [AVCOL_TRC_ARIB_STD_B67] = "arib-std-b67",



More information about the ffmpeg-cvslog mailing list