[FFmpeg-cvslog] pixfmt: Document alternative names for smpte 431 and 432
Vittorio Giovara
git at videolan.org
Thu Mar 23 12:23:56 EET 2017
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Sep 20 15:00:31 2016 -0400| [310c55f1799deab395319471a75c528d0fa7b30d] | committer: Vittorio Giovara
pixfmt: Document alternative names for smpte 431 and 432
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=310c55f1799deab395319471a75c528d0fa7b30d
---
libavutil/pixfmt.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 908b0fe..3e040fb 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -316,8 +316,8 @@ enum AVColorPrimaries {
AVCOL_PRI_BT2020 = 9, ///< ITU-R BT2020
AVCOL_PRI_SMPTE428 = 10, ///< SMPTE ST 428-1 (CIE 1931 XYZ)
AVCOL_PRI_SMPTEST428_1 = AVCOL_PRI_SMPTE428,
- AVCOL_PRI_SMPTE431 = 11, ///< SMPTE ST 431-2 (2011)
- AVCOL_PRI_SMPTE432 = 12, ///< SMPTE ST 432-1 D65 (2010)
+ AVCOL_PRI_SMPTE431 = 11, ///< SMPTE ST 431-2 (2011) / DCI P3
+ AVCOL_PRI_SMPTE432 = 12, ///< SMPTE ST 432-1 (2010) / P3 D65 / Display P3
AVCOL_PRI_NB, ///< Not part of ABI
};
More information about the ffmpeg-cvslog
mailing list