]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mp4: Kill membuffer API.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 22 Aug 2021 19:16:48 +0000 (21:16 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:36 +0000 (21:37 +0200)
Thanks to the previous cleanups, create_ilst() is the last remaining
membuffer user. Since the size of the ilst atom can be computed as the
sum of the tag lengths plus a constant times the number of tag items,
we can allocate a suitably sized buffer up-front instead of relying
on the membuffer framework to allocate and resize buffers as needed.


No differences found