]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Avoid duplicating the list of atoms.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Aug 2021 14:37:33 +0000 (16:37 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:36 +0000 (21:37 +0200)
commit142635c8ad8d98f00247cb1c477c036efdb8a088
tree2ebe1f3fa969153f8af3acb60cce2a27bf876c36
parenta5a44e8fd804abfdf92763f247885d40c7cd69d6
mp4: Avoid duplicating the list of atoms.

A little cpp magic can do wonders in this regard. The new
atom_name_to_type() should also be more efficient because we replaced
four 8-bit comparisons by one 32-bit comparison.
mp4.c