]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Merge parse_leaf_atom() into parse_sub_atoms().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Aug 2021 14:24:38 +0000 (16:24 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:36 +0000 (21:37 +0200)
commita5a44e8fd804abfdf92763f247885d40c7cd69d6
treea189b811aaa863b61923e10ebde5862377452c76
parenteb369edec255c992294a77b83f981e46c5de7906
mp4: Merge parse_leaf_atom() into parse_sub_atoms().

This gets rid of the distinction between atoms with and without
subatoms, which was confusing because some atoms "without" subatoms
in fact do contain subatoms, we just did not want to parse them
recursively in parse_sub_atoms().

With this weirdness gone, we may move on to simplify the atoms enum and
atom_name_to_type() further, but this is left to a subsequent patch.
mp4.c