]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Remove useless casts in mp4ff_parse_tag().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 18:48:23 +0000 (20:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commite1a8c906d87d543961e021700240a2148c088fc4
tree5679d58d24652e31f4f4836b1d8f2926544d2daa
parent3acae09f919182393c359e2e30ba3521e4c61ad6
mp4: Remove useless casts in mp4ff_parse_tag().

These casts have no effect because "len" and the second argument of
mp4ff_read_string() are of type uint32_t.
mp4.c