Re: [FFmpeg-devel] [PATCH v3] avformat/hlsenc: fix hls fmp4 extention name bug

2017-07-24 Thread Steven Liu
2017-07-21 23:33 GMT+08:00 Steven Liu : > ticket-id: #6541 > when use hls fmp4 muxer, the extention name is not .m4s, this > code can fix it. > > Found-by: JohnPi > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 47 +-- > 1 file changed, 41 in

[FFmpeg-devel] [PATCH v3] avformat/hlsenc: fix hls fmp4 extention name bug

2017-07-21 Thread Steven Liu
ticket-id: #6541 when use hls fmp4 muxer, the extention name is not .m4s, this code can fix it. Found-by: JohnPi Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 47 +-- 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/libavformat/hls