Re: [FFmpeg-devel] [PATCH] expand hls_fmp4_init_filename with strftime()

2020-10-22 Thread Nikola Pajkovsky
Steven Liu writes: >> 2020年10月23日 上午5:01,Nikola Pajkovsky 写道: >> >> init.mp4 can be expanded with strftime() the same way as >> hls_segment_filename. >> >> Signed-off-by: Nikola Pajkovsky >> --- >> doc/muxers.texi | 7 ++ >> libavformat/hlsenc.c | 52 +

Re: [FFmpeg-devel] [PATCH] expand hls_fmp4_init_filename with strftime()

2020-10-22 Thread Steven Liu
> 2020年10月23日 上午5:01,Nikola Pajkovsky 写道: > > init.mp4 can be expanded with strftime() the same way as > hls_segment_filename. > > Signed-off-by: Nikola Pajkovsky > --- > doc/muxers.texi | 7 ++ > libavformat/hlsenc.c | 52 ++-- > 2 files change

[FFmpeg-devel] [PATCH] expand hls_fmp4_init_filename with strftime()

2020-10-22 Thread Nikola Pajkovsky
init.mp4 can be expanded with strftime() the same way as hls_segment_filename. Signed-off-by: Nikola Pajkovsky --- doc/muxers.texi | 7 ++ libavformat/hlsenc.c | 52 ++-- 2 files changed, 48 insertions(+), 11 deletions(-) diff --git a/doc/muxers