diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-13 23:29:09 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-08 17:08:56 +0200 |
commit | 7f08bfae6e65dbc7753706b57cb49c23565bd0e8 (patch) | |
tree | bfeb87a8ce238607568e01aadfb6e50f15867503 /libavformat/version.h | |
parent | b010d9b58651379883b42e58494aaefbab4df648 (diff) | |
download | ffmpeg-7f08bfae6e65dbc7753706b57cb49c23565bd0e8.tar.gz |
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.h | 2 |
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, \ |