]> git.sesse.net Git - ffmpeg/commit
avcodec/bink: Combine allocations of arrays into one
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 4 Sep 2020 16:30:22 +0000 (18:30 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 4 Sep 2020 18:40:02 +0000 (20:40 +0200)
commitceeba2ac2b6f03ffbb13c64c6fbef21eb52be405
tree3bed6949c9caa12aa4a24895dc65cf7beab23191
parent4f672889481e7b3dc03c04b02a86836e94104e63
avcodec/bink: Combine allocations of arrays into one

Saves allocations, checks for the allocations as well as frees.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/bink.c