]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Rename mp4ff_open_read_metaonly() -> mp4ff_open_meta().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 14:56:57 +0000 (16:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit3c093341c032adfe8b1113fe840170123358f86a
tree0659c3643c323176d617b7ab5cb76d483f2ed3bb
parent15aeb1f5cc5bf5c4925897d5ae54d2b350822790
mp4: Rename mp4ff_open_read_metaonly() -> mp4ff_open_meta().

The old name is misleading because the returned file handle is by no
means opened read-only. In fact we call mp4ff_meta_update() on it,
which alters the file to store the modified metadata.
aac_afh.c
mp4.c
mp4.h