Re: [FFmpeg-devel] [PATCH 1/1] flush segments to guarantuee atomic single file hls

2019-01-19 Thread Moritz Barsnick
> Subject: flush segments to guarantuee atomic single file hls ^ nit no. 1: guarantee Nit no. 2: Please use a commit line something like: avformat/hlsenc: flush segments to guarantee atomic single file hls (I'm not sure I agree with the wording, but I'm no HLS expert

[FFmpeg-devel] [PATCH 1/1] flush segments to guarantuee atomic single file hls

2019-01-16 Thread Daniel Oberhoff
--- libavformat/hlsenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index ca57694e9e..2cd651d7e8 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -406,6 +406,7 @@ static int flush_dynbuf(VariantStream *vs, int *range_length)