]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Simplify create_ilst().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 17:15:29 +0000 (19:15 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit58cf70d4d97f6df98cb3fa204b7ef0bede138caf
tree5fbd63f497ae1fd159912b6d7844ec03d8bbf493
parent3432c8dabd431afeb43bb38520b3e4b13dadfac5
mp4: Simplify create_ilst().

This function contains a lot of overhead which is just dead code
for paraslash since we only care about five standard tags, In
particular, we never write custom tags. Removing the single caller
of membuffer_write_custom_tag() left a whole bunch of other functions
and data structures unused, so these can be removed as well.
mp4.c