Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-09-15 23:42:07 +0400
committerLuca Barbato <lu_zero@gentoo.org>2013-09-16 21:36:37 +0400
commit3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7 (patch)
treedea7915eef1bacbb21952741c5b90e17c8c45541 /libavutil/version.h
parent187105ff8a02bafc9c58d9d8363bb3f55a415635 (diff)
mem: Introduce av_reallocp
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index c760d8d750..935c505390 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -37,7 +37,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 14
+#define LIBAVUTIL_VERSION_MINOR 15
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \