summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorJan Ekström <jan.ekstrom@24i.com>2021-03-04 19:09:50 +0200
committerJan Ekström <jeebjp@gmail.com>2021-03-05 19:45:00 +0200
commit64af14555be2c9e522109e55160e0cb3f65c4690 (patch)
tree17dbdb82f0aea09ae79ce588ee07d6843aac3a65 /libavformat/version.h
parent18713d22a2001321f9917fa4c7735f62563ec0a1 (diff)
avformat: add TTML muxer
Enables writing TTML documents or encoded TTML paragraphs as such documents. Additionally, a test for the combined TTML encoder and muxer has been added to validate that the components still work. Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
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 3fae3d9645..a05676d979 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 70
+#define LIBAVFORMAT_VERSION_MINOR 71
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \