]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Simplify atom_read_header().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 26 Aug 2021 17:05:28 +0000 (19:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Jun 2022 14:30:15 +0000 (16:30 +0200)
commitf5846573f51d0210eb787862a1e759ec61eb766b
tree656fd8c33cbfe4a2e2ad1db5cc8e1a5ae68943f9
parent58288c7cb28d72c93ad5309f1cfe7163be8b12fd
mp4: Simplify atom_read_header().

All callers pass non-NULL pointers for the atom size, so the condition
which is removed in this commit is always true.
mp4.c