summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/pixfmt.h2
-rw-r--r--libavutil/version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 61fe6a0d64..756a1a7c1a 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -433,6 +433,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,
@@ -450,6 +451,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 92a57765df..ae5dd65a4e 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -57,7 +57,7 @@
#define LIBAVUTIL_VERSION_MAJOR 54
#define LIBAVUTIL_VERSION_MINOR 9
-#define LIBAVUTIL_VERSION_MICRO 100
+#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \