diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-22 12:49:05 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-25 19:12:16 +0100 |
commit | 5e278c19c752d65fdc1da1ceb599b091f71a4b4b (patch) | |
tree | fa6f9f46c222c2bbfac09ab958e0b22cfb2e39a7 /libavformat/version.h | |
parent | 7f11c530dc3da665b6d710999984ccbc67e75947 (diff) | |
download | ffmpeg-5e278c19c752d65fdc1da1ceb599b091f71a4b4b.tar.gz |
lavf/segment: add segment_list_entry_prefix option
This option allows to add a prefix to the segment list entry filenames.
Also set by default the list entry filenames to the corresponding
segment basename, consistent with the HLS muxer.
Based on an idea by Steven Liu <lingjiujianke@gmail.com>.
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 871cef794a..3fa755973e 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 55 #define LIBAVFORMAT_VERSION_MINOR 21 -#define LIBAVFORMAT_VERSION_MICRO 101 +#define LIBAVFORMAT_VERSION_MICRO 102 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |