]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Remove pointless casts in create_ilst().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 22:19:56 +0000 (00:19 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit0774bde6447b529a1b607e37a72b5d6cd124be42
treea2c66912feabee725928d2fa9f9024b8ae47e4b1
parentda3a424fc88e616731fe57944ff8d9786950536e
mp4: Remove pointless casts in create_ilst().

They have no effect because membuffer_write_int16_tag() takes a
unit16_t value anyway.
mp4.c