]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Remove two unused arrays from struct mp4_track.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 19 Aug 2021 14:08:46 +0000 (16:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit8e2a58f85f68077944bb5739f2327353a502ed70
tree5648bdb7d06cfb59d5dc13a1b1f42247828e6336
parent7376b51bb47f834f46a06756d3f004efac6c9bb0
mp4: Remove two unused arrays from struct mp4_track.

These arrays are allocated and initialized but their values are
never read.
mp4.c