]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Don't store the sample size in the mp4 structure.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 19:14:06 +0000 (21:14 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitbe5f249c742d9fd6505085ee686c696f92575b77
treed8d8decd5e5dbc2fffdf25fe39552029e7c8b616
parent16eb10820a9e434334b17748abd69933d9ff37bd
mp4: Don't store the sample size in the mp4 structure.

Currently it is set but never read. We need to keep the read_int16()
call, however, to advance the file offset.
mp4.c