[FFmpeg-cvslog] pixfmt: mark further reserved values
Vittorio Giovara
git at videolan.org
Wed Oct 8 22:51:43 CEST 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Sep 26 13:14:37 2014 +0100| [04ccd584a70fad4ebb29ca340d704970ff313cbc] | committer: Vittorio Giovara
pixfmt: mark further reserved values
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04ccd584a70fad4ebb29ca340d704970ff313cbc
---
libavutil/pixfmt.h | 2 ++
libavutil/version.h | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 2d554f1..6af6596 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -304,6 +304,7 @@ enum AVPixelFormat {
* Chromaticity coordinates of the source primaries.
*/
enum AVColorPrimaries {
+ AVCOL_PRI_RESERVED0 = 0,
AVCOL_PRI_BT709 = 1, ///< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B
AVCOL_PRI_UNSPECIFIED = 2,
AVCOL_PRI_RESERVED = 3,
@@ -321,6 +322,7 @@ enum AVColorPrimaries {
* Color Transfer Characteristic.
*/
enum AVColorTransferCharacteristic {
+ AVCOL_TRC_RESERVED0 = 0,
AVCOL_TRC_BT709 = 1, ///< also ITU-R BT1361
AVCOL_TRC_UNSPECIFIED = 2,
AVCOL_TRC_RESERVED = 3,
diff --git a/libavutil/version.h b/libavutil/version.h
index c22d0c5..79da1aa 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -55,7 +55,7 @@
#define LIBAVUTIL_VERSION_MAJOR 54
#define LIBAVUTIL_VERSION_MINOR 3
-#define LIBAVUTIL_VERSION_MICRO 0
+#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list