Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: removed specific filename format code for non-zero segment sizes

2018-11-12 Thread Steven Liu
Stephen Dawkins 于2018年11月11日周日 下午8:07写道: > > This patch removes some duplicate code in hls_start that prevents the usage > of strftime base filenames in conjuction with hls_segment_size. > > Signed-off-by: Stephen Dawkins > --- > libavformat/hlsenc.c | 13 - > 1 file changed, 13

[FFmpeg-devel] [PATCH] avformat/hlsenc: removed specific filename format code for non-zero segment sizes

2018-11-11 Thread Stephen Dawkins
This patch removes some duplicate code in hls_start that prevents the usage of strftime base filenames in conjuction with hls_segment_size. Signed-off-by: Stephen Dawkins --- libavformat/hlsenc.c | 13 - 1 file changed, 13 deletions(-) diff --git a/libavformat/hlsenc.c