]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Make sample number be an unsigned parameter.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 27 Aug 2021 13:23:24 +0000 (15:23 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Jun 2022 18:46:37 +0000 (20:46 +0200)
commit83607bd0556f3c7aa5880567e3d089e76c0d9746
treebee9c32edf0bae14c976ef049df75bda04fcf84c
parent6b27f3436334bc89cad31b6fff5399b0d17c3f38
mp4: Make sample number be an unsigned parameter.

There is no reason to convert the 32-bit unsigned paraslash chunk
number into a signed quantity here, as sample numbers are also stored
as 32 bit unsigned in the mp4 file.
mp4.c
mp4.h