summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-01-13 11:53:51 +0100
committerAnton Khirnov <anton@khirnov.net>2017-02-11 11:37:44 +0100
commit99684f3ae752fc8bfb44a2dd1482f8d7a3d8536d (patch)
treefe2ddc08dc5fb6bc915197d44319e845ef80452d /libavformat/version.h
parent435cd7bc99671bf561193421a50ac6e9d63c4266 (diff)
avio: add a destructor for AVIOContext
Before this commit, AVIOContext is to be freed with a plain av_free(), which prevents us from adding any deeper structure to it.
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 65d5754630..92f3407909 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 57
-#define LIBAVFORMAT_VERSION_MINOR 10
-#define LIBAVFORMAT_VERSION_MICRO 3
+#define LIBAVFORMAT_VERSION_MINOR 11
+#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \