]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Merge mp4_close() and tag_delete().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 18:21:51 +0000 (20:21 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitd8f98990cc76981983a29331c921b5f23142cca3
tree5ed2c6a73c5c1970309c07cbd1e7719a4ef32714
parentcd16c747d70d50c5aecf009727a12da3b6210253
mp4: Merge mp4_close() and tag_delete().

The latter is only called by the former, and both are short enough.
Don't bother to zero out meta->tags and meta->count because we free
the containing mp4 structure as well.
mp4.c