Re: [FFmpeg-devel] [PATCH 1/5] avformat/hlsenc: fix write wrong init file URI string problem

2018-03-12 Thread James Almer
On 3/12/2018 3:34 AM, Steven Liu wrote: > fmp4_init_filename should append after base_output_dirname > > Signed-off-by: Steven Liu I'll ask you the same thing i asked Jun Zhao. Please configure git send-email properly to send patchsets as a single thread.

[FFmpeg-devel] [PATCH 1/5] avformat/hlsenc: fix write wrong init file URI string problem

2018-03-12 Thread Steven Liu
fmp4_init_filename should append after base_output_dirname Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 16 1 file changed, 16 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 08fe0aa7a0..9c5798b557 100644 ---