summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorMatthew Heaney <matthewjheaney@google.com>2013-06-12 12:46:16 -0700
committerClément Bœsch <ubitux@gmail.com>2013-06-17 22:28:19 +0200
commitb24f15c45ed5328844367d88ebe71e0f142b7187 (patch)
treebe5e224e1c9f1aa75f3d94251955ba333c5a7dcd /libavformat/version.h
parentb4579a29c75e2968ede2ad002dd4a495dbfc883d (diff)
lavf: add WebVTT muxer.
This revision creates a WebVTT muxer, that outputs files having the format described in the following specification: http://dev.w3.org/html5/webvtt/
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 6815c0b9bc..b2221d2ed7 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -30,8 +30,8 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 55
-#define LIBAVFORMAT_VERSION_MINOR 8
-#define LIBAVFORMAT_VERSION_MICRO 103
+#define LIBAVFORMAT_VERSION_MINOR 9
+#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \