[FFmpeg-devel] [PATCH] fix: the "delete-segment" flag did not work properly

2016-05-16 Thread develop
From: Boris Nagels Implementation in commit 97b65f6. The set length of the list was populated twice (e.g. setting the list-size to 10, creates a list of approx. 20 files). Now calculation works on the theoretical playlist length compensated for the segment lengths that are currently in the pla

[FFmpeg-devel] [PATCH] fix: the "delete-segment" flag did not work properly (implementation in commit 97b65f6). The set length of the list was populated twice (e.g. setting the list-size to 10, create

2016-03-14 Thread develop
From: Boris Nagels --- libavformat/hlsenc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 7ab7cbb..c6ab7c5 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -126,12 +126,17 @@ static int hls_delete_old_se