Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: move init operations from write_header to init

2017-12-05 Thread Dixit, Vishwanath
> > > >On 12/4/17, 3:20 PM, "Steven Liu" wrote: > > > >Signed-off-by: Steven Liu > >--- > > libavformat/hlsenc.c | 681 ++- > > 1 file changed, 345 insertions(+), 336 deletions(-) > > > >diff --git

[FFmpeg-devel] [PATCH] avformat/hlsenc: move init operations from write_header to init

2017-12-04 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 681 ++- 1 file changed, 345 insertions(+), 336 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index aeeed5bcd2..852663d28f 100644 ---