]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Kill fix_byte_order_32().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Aug 2021 18:12:30 +0000 (20:12 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:36 +0000 (21:37 +0200)
commit046cc332e3e50ff1338aa54a19592a5d5af4de24
tree69ce02a727dcb290f76a9d0c96aa0f73a0d34bec
parent142635c8ad8d98f00247cb1c477c036efdb8a088
mp4: Kill fix_byte_order_32().

All quantities stored in mp4 files are in big endian format, There's
no reason to "fix" anything, just write out the 32 bit numbers using
write_u32_be().
mp4.c