summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorSwaraj Hota <swarajhota353@gmail.com>2019-04-06 15:53:43 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-04-06 15:54:38 +0200
commit208ae228fa129041dc6671dcc45c025a11bf2cc6 (patch)
tree526490b16c46afcc5504d8d98cc31d18fc7d1284 /libavformat/version.h
parentf4f40cbb578a09319f9ddafc80388a5556ec7713 (diff)
lavf/flvdec: added support for KUX container
Fixes ticket #4519. The metadata starting at 0xe00004 is encrypted with the password "meta" but zlib does not support decryption, so no kux metadata is read.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 69d3f691f0..495a6ee8e1 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,8 +32,8 @@
// 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 26
-#define LIBAVFORMAT_VERSION_MICRO 101
+#define LIBAVFORMAT_VERSION_MINOR 27
+#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \