]> git.tuebingen.mpg.de Git - paraslash.git/commit - aac_afh.c
mp4: Rename mp4_open_read() to mp4_open().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 28 Aug 2021 18:53:23 +0000 (20:53 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 27 Jun 2022 14:45:56 +0000 (16:45 +0200)
commit945502385e8261d6921c7e1748fa64f34b7b81fd
tree2ed504a79752136886217cebd5b8e19f3aabb7d0
parent2c59642d28f83452962d7dea0275aef16d9d003b
mp4: Rename mp4_open_read() to mp4_open().

The function may be called with the intention to update the meta tags
later by calling mp4_update_meta(), albeit mp4_open_meta() is cheaper
if the caller only wants to modify the metadata. The old name is thus
slightly misleading, and it's longer.
aac_afh.c
mp4.c
mp4.h