Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: free varstreams after write all varstreams info

2018-12-22 Thread Steven Liu
> On Dec 22, 2018, at 23:02, Steven Liu wrote: > > > >> On Dec 22, 2018, at 22:26, Jan Ekström wrote: >> >> On Sat, Dec 22, 2018 at 10:55 AM Steven Liu wrote: >>> >>> fix ticket: 7631 >>> >>> Signed-off-by: Steven Liu >>> --- >>> libavformat/hlsenc.c | 50 +++

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: free varstreams after write all varstreams info

2018-12-22 Thread Steven Liu
> On Dec 22, 2018, at 22:26, Jan Ekström wrote: > > On Sat, Dec 22, 2018 at 10:55 AM Steven Liu wrote: >> >> fix ticket: 7631 >> >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 50 +- >> 1 file changed, 33 insertions(+), 17 deleti

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: free varstreams after write all varstreams info

2018-12-22 Thread Jan Ekström
On Sat, Dec 22, 2018 at 10:55 AM Steven Liu wrote: > > fix ticket: 7631 > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 50 +- > 1 file changed, 33 insertions(+), 17 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlse

[FFmpeg-devel] [PATCH] avformat/hlsenc: free varstreams after write all varstreams info

2018-12-22 Thread Steven Liu
fix ticket: 7631 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 50 +- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index bdd2a113bd..e3cd6f375a 100644 --- a/libavformat/hlsenc.c