Re: [FFmpeg-devel] [PATCH 2/6] avcodec/bink: Combine allocations of arrays into one

2020-09-04 Thread Paul B Mahol
On 9/4/20, Andreas Rheinhardt wrote: > Saves allocations, checks for the allocations as well as frees. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/bink.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > LGTM > diff --git a/libavcodec/bink.c b/libavcodec/bi

[FFmpeg-devel] [PATCH 2/6] avcodec/bink: Combine allocations of arrays into one

2020-09-04 Thread Andreas Rheinhardt
Saves allocations, checks for the allocations as well as frees. Signed-off-by: Andreas Rheinhardt --- libavcodec/bink.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/libavcodec/bink.c b/libavcodec/bink.c index c7ef333bd4..9fdfa37395 100644 --- a/libavcodec/b