From 55f03d872640175a00bfa262da4652b7312b905f Mon Sep 17 00:00:00 2001 From: Joakim Roubert Date: Fri, 19 Sep 2014 10:01:28 +0200 Subject: hlsenc: Add parameter -hls_allow_cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The -hls_allow_cache parameter enables explicitly setting the EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates whether the client MAY or MUST NOT cache downloaded media segments for later replay. Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE will not show in the manifest for other values (or if -hls_allow_cache is not used. Signed-off-by: Martin Storsjö --- libavformat/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/version.h') diff --git a/libavformat/version.h b/libavformat/version.h index 688c84a50e..bc956d52ea 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 56 #define LIBAVFORMAT_VERSION_MINOR 5 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ -- cgit v1.2.3