]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Make most members of struct mp4_track unsigned.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Aug 2021 13:02:43 +0000 (15:02 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitb4caa4470bdb2799ea54978758b677edd9805ee1
tree91c2563474052b21c2e26529d3566ec648cb1431
parent0f06855d25893bcba7e797f4b8811379a6f785c1
mp4: Make most members of struct mp4_track unsigned.

All of these get initialized by reading an unsigned 32 bit value from
the file, so they should also be unsigned.
mp4.c