]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Simplify parse_atoms().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 19 Aug 2021 17:06:10 +0000 (19:06 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitdf6826829971cc26ee52ab924789cdcc14db6c09
tree511dc642fdb836d0e712f5944c5e29dd40377540
parent8e2a58f85f68077944bb5739f2327353a502ed70
mp4: Simplify parse_atoms().

We are only interested in subatoms of the moov atom, so skip everything
else. Rename the function to parse_root_atoms() and remove the comment
which does not convey any information anymore.
mp4.c