]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Rename parse_metadata() to read_ilst().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Aug 2021 18:14:51 +0000 (20:14 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitcd16c747d70d50c5aecf009727a12da3b6210253
treefd8b9cb597cc6218bd443e0ffc52134665149f15
parenta23c7f2c797ac29ed76db5059b00e3b8e5e2042a
mp4: Rename parse_metadata() to read_ilst().

To make the naming consistent with the other atom parsers. Kill
a pointless cast and unnecessary braces in the caller while at it.
mp4.c