]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Assorted trivial cleanups.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 28 Aug 2021 14:40:19 +0000 (16:40 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 27 Jun 2022 14:45:56 +0000 (16:45 +0200)
commit1182720326e0392271fa66fe582d5c2be108877b
treed10bfdb1f95d216b6066e05d986df7ee3cee8765
parenta6e19bbc0c886cf310316b304e927a230236ac39
mp4: Assorted trivial cleanups.

Avoid C++ comments, use int rather than int32_t as the standard return
type, kill a pointless cast and use plain unsigned rather than uint32_t
for the number of tag items.
mp4.c
mp4.h