diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-10 22:50:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-10 22:50:42 +0200 |
commit | 24426172d3fd035465f27c35d137a828f7e15f8c (patch) | |
tree | 488baf5cc5f910b2b9543cba7499680eee2776be | |
parent | b5939ba09cfae67ee6394dc0de3ee9bee84c9123 (diff) | |
download | ffmpeg-24426172d3fd035465f27c35d137a828f7e15f8c.tar.gz |
avutil/pixfmt: Name "SMPTE ST 428-1" in AVColorPrimaries the same as in AVColorTransferCharacteristic
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavutil/pixfmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index 5b40652679..32044f0778 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -381,7 +381,7 @@ enum AVColorPrimaries { AVCOL_PRI_SMPTE240M = 7, ///< functionally identical to above AVCOL_PRI_FILM = 8, ///< colour filters using Illuminant C AVCOL_PRI_BT2020 = 9, ///< ITU-R BT2020 - AVCOL_PRI_SMPTE428_1 = 10, ///< SMPTE ST 428-1 (CIE 1931 XYZ) + AVCOL_PRI_SMPTEST428_1= 10, ///< SMPTE ST 428-1 (CIE 1931 XYZ) AVCOL_PRI_NB, ///< Not part of ABI }; |