Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: improve to write m3u8 head block

2017-01-24 Thread Steven Liu
Steven Liu 于2017年1月23日 周一下午5:29写道: > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 34 +++--- > 1 file changed, 15 insertions(+), 19 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index f070bc3..df482ac 100644 > --- a/libavforma

[FFmpeg-devel] [PATCH] avformat/hlsenc: improve to write m3u8 head block

2017-01-23 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 34 +++--- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index f070bc3..df482ac 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -659,6 +65