aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2020-06-11 09:07:46 +1000
committerZane van Iperen <zane@zanevaniperen.com>2020-07-21 11:36:14 +1000
commit4eb6ec3a8564aa404f8ce792899a46c461b7766b (patch)
tree8e04f17f3ee45e1c670c4268efe2fe1fb061b028 /libavformat/version.h
parent80dda809811ea68cc7d7e4064b51fc433c54384e (diff)
downloadffmpeg-4eb6ec3a8564aa404f8ce792899a46c461b7766b.tar.gz
avformat: add apm muxer
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
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 75c03fde0a..33cebed85e 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 48
+#define LIBAVFORMAT_VERSION_MINOR 49
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \