]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mp4: Use read/write functions from portable_io.h.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 21:13:35 +0000 (23:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
This removes quite a bit of ugly code. In particular, atom_get_size()
is completely unnecessary and can be removed. Since there is no
function in portable_io.h to read a 24 bit integer, we have to add
read_u24_be().


No differences found