Re: [FFmpeg-devel] [PATCH 6/6] avformat/hlsenc: Simplify setting base_output_dirname

2020-05-09 Thread Steven Liu
> 2020年5月10日 上午3:15,Andreas Rheinhardt 写道: > > Signed-off-by: Andreas Rheinhardt > --- > The usage of fmp4_init_filename_len is weird: It is basically used for > two different purposes: The length of vs->fmp4_init_filename_len and the > length of vs->base_output_dirname (this name is btw misle

[FFmpeg-devel] [PATCH 6/6] avformat/hlsenc: Simplify setting base_output_dirname

2020-05-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- The usage of fmp4_init_filename_len is weird: It is basically used for two different purposes: The length of vs->fmp4_init_filename_len and the length of vs->base_output_dirname (this name is btw misleading because it is not a dirname at all). And given that i