summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-25 15:50:30 +0100
committerAnton Khirnov <anton@khirnov.net>2020-10-28 13:58:29 +0100
commitf95d9510ff50ab76f310f4ad2e6471e11275b2ff (patch)
tree60d8ff7469d1ef6885889f87eb4969a6925663c8 /libavformat/version.h
parent201b1246e23671d54287234b525f58bef900baef (diff)
avformat: add a stream event flag for new packets
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 7853068649..ddcca9ae50 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,7 +32,7 @@
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
// Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 58
-#define LIBAVFORMAT_VERSION_MINOR 63
+#define LIBAVFORMAT_VERSION_MINOR 64
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \