aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-22 12:49:05 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-11-25 19:12:16 +0100
commit5e278c19c752d65fdc1da1ceb599b091f71a4b4b (patch)
treefa6f9f46c222c2bbfac09ab958e0b22cfb2e39a7 /libavformat/version.h
parent7f11c530dc3da665b6d710999984ccbc67e75947 (diff)
downloadffmpeg-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.h2
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, \