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:
authorMisty De Meo <mistydemeo@gmail.com>2018-04-02 20:53:30 +0300
committerJosh de Kock <josh@itanimul.li>2018-04-06 00:04:30 +0300
commit187ff5a10864f16b7872eca722e844e8f04ec57b (patch)
tree61c3b2f2f6b9cb2fa2f82149755f779da23d82c6 /libavformat/version.h
parent1425114af24d8402758ca11f7177d19a7f98df4d (diff)
Add Sega FILM muxer
Signed-off-by: Josh de Kock <josh@itanimul.li>
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 e28a9e7dfe..b55d51c1b7 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -32,7 +32,7 @@
// 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 10
+#define LIBAVFORMAT_VERSION_MINOR 11
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \