summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-13 23:29:09 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-07-08 17:08:56 +0200
commit7f08bfae6e65dbc7753706b57cb49c23565bd0e8 (patch)
treebfeb87a8ce238607568e01aadfb6e50f15867503 /libavformat/version.h
parentb010d9b58651379883b42e58494aaefbab4df648 (diff)
lavf/segment: add segment_list_type option, extend format for the segment list file
Add list extended format which specifies in the list file the start and ending time for each segment. This is required to make it available this information to external tools, avoiding the need to perform file analysis in the output segments.
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 acf591aac6..43747ea750 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 54
#define LIBAVFORMAT_VERSION_MINOR 15
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \