[FFmpeg-devel] [PATCH] 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 | 44 ++-- 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/libavformat/hlsenc

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

2017-07-20 Thread Steven Liu
ticket-id: #6541 when use hls fmp4 muxer, the extention name is not .m4s, this code can fix it. Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 8a233270b5.

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

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