mp4: Drop return value from membuffer_write() and friends.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 21:07:11 +0000 (23:07 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit93d7c4bf859117e8003e30e557159efe5f735d82
treea846b2c2c7a2dd1bbe4f77fa56a664e8e62681a6
parent871e7220515b21e1626968a4bde3547a9672f263
mp4: Drop return value from membuffer_write() and friends.

This function always returns the value it received via the last
argument. Pointless.
mp4.c