]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Call metadata structures "meta".
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 17:00:06 +0000 (19:00 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit3432c8dabd431afeb43bb38520b3e4b13dadfac5
tree53429c67574899566ff2259c27201d74d37985b2
parent3716862c92d1a7cbb9d3ebc2687da98cedef03f0
mp4: Call metadata structures "meta".

Currently they are called "tags" or "data", both of which are confusing
because struct mp4_metadata has a member called "tags", and "data"
is also used for generic buffers in the various I/O helpers.
mp4.c