]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Remove two local unused header_size variables.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 20 Aug 2021 11:33:17 +0000 (13:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitcc12c978b4ad5ed927747fbc7e4cf3289b9da15b
treefa73e8c6522f1593603458c655a7a27bba49e6e4
parented95e3b65098db5c3bbb8be160fb0ec9bc98a8c0
mp4: Remove two local unused header_size variables.

The header size is an optional pointer argument of atom_read_header(),
i.e., callers may pass NULL if they aren't interested in the atom
header size.
mp4.c