]> git.sesse.net Git - ffmpeg/commit
avformat/smacker: Don't allocate arrays separately
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 22 Jun 2020 02:06:37 +0000 (04:06 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 4 Jul 2020 17:19:34 +0000 (19:19 +0200)
commit09a39042db1b34672ba92a29c2b2f8f18a588a40
treeb47151a66fc2dbcb539adc51e3b377c6e93b30a5
parent6e5dbd62681c2059bb7047f0b42d33fdf5a9d40d
avformat/smacker: Don't allocate arrays separately

Allocating two arrays with the same number of elements together
simplifies freeing them.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/smacker.c