]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Add error checking to parse_atoms() and friends.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Aug 2021 15:08:08 +0000 (17:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit662fbe85190d071f2d4b839d0ab8440920e8d47d
treed40116632381d5a16b97f649d42fdc42f6ecface
parent3841a3a850ce5c8d145f03fe37a9e6fc3182930f
mp4: Add error checking to parse_atoms() and friends.

After this patch read errors are propagated all the way down from the
read_data() primitive to the public entry functions mp4_open_read()
and mp4_open_meta().
mp4.c