]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Merge write_int32() into mp4_meta_update().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Aug 2021 19:30:14 +0000 (21:30 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:36 +0000 (21:37 +0200)
commit89a8a29712c0d36f69646ace62fd02abe2ce0672
tree48fd342b599afe47bd5daa96a5460edb742aab08
parent6cf3ea460106de7086a024f762a2231b0d73514a
mp4: Merge write_int32() into mp4_meta_update().

It has only this single caller, and it's short. Use uint8_t instead
of int8_t for the buffer as we do elsewhere and rename the buffer
variable while at it.
mp4.c