]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commiteac096021cc916a4fdddf87dc71548e141c208cf
tree24c71987ede064685e3127c057d53116ea3cc050
parent30fcea984715a12b63aab776fb3080ac1851e43a
mp4: Kill membuffer API.

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.
mp4.c