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:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-19 06:36:27 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-12-19 06:36:45 +0300
commit5a1cd796e22473e1e64c4981720b0a09e2e9a13d (patch)
tree985a78a8053776d64db770245c8f487671bbd055 /libavformat/version.h
parent934f2d2f5c16df8aad9f401a9fd842b5d9a78b11 (diff)
parent430a8168594b3cb29f44141d4da88f2c642de06f (diff)
Merge commit '430a8168594b3cb29f44141d4da88f2c642de06f'
* commit '430a8168594b3cb29f44141d4da88f2c642de06f': oggdec: add support for VP8 demuxing Conflicts: Changelog libavformat/oggparsevp8.c libavformat/version.h See: d890db5f537bdfc9d73e7fdac1ff4216e5a43fc2 Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 1d63932b4d..95d84fe4c6 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 56
#define LIBAVFORMAT_VERSION_MINOR 16
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \