Re: [FFmpeg-devel] [PATCH 03/11] avformat/apngdec: Don't free extradata manually

2019-12-12 Thread Michael Niedermayer
On Tue, Dec 10, 2019 at 10:59:47PM +0100, Andreas Rheinhardt wrote: > The extradata will be freed automatically when the corresponding stream > gets freed. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/apngdec.c | 4 > 1 file changed, 4 deletions(-) will apply thx [...] -- M

[FFmpeg-devel] [PATCH 03/11] avformat/apngdec: Don't free extradata manually

2019-12-10 Thread Andreas Rheinhardt
The extradata will be freed automatically when the corresponding stream gets freed. Signed-off-by: Andreas Rheinhardt --- libavformat/apngdec.c | 4 1 file changed, 4 deletions(-) diff --git a/libavformat/apngdec.c b/libavformat/apngdec.c index b5696e069c..0f1d04a365 100644 --- a/libavform