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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2016-12-06 04:56:24 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-12-08 23:58:28 +0300
commit3f75e5116b900f1428aa13041fc7d6301bf1988a (patch)
treec9689a60ce1331ea63078c73f1727985fcf7a856 /libavformat/version.h
parentfc85646ad495f3418042468da415af73a7a07334 (diff)
avio: Keep track of the amount of data written
Make avio_size() work with any write AVIOContext.
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 ad7997ec4f..3fa2c4443b 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 57
#define LIBAVFORMAT_VERSION_MINOR 10
-#define LIBAVFORMAT_VERSION_MICRO 1
+#define LIBAVFORMAT_VERSION_MICRO 2
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \