]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Replace the five tag value functions by a single one.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 26 Aug 2021 17:57:45 +0000 (19:57 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Jun 2022 14:30:15 +0000 (16:30 +0200)
commite4fe9f0acfaf73694f6070d5bda7f14844f61a77
tree9f8919e096fe218d3310b2bad2d6a72a3ce42e0a
parent3a37c17379f82af90caa6990d402b1fc4930e9cd
mp4: Replace the five tag value functions by a single one.

It's easier to let the caller pass the tag item string than to
have one caller for each of the five tags of interest. This commit
renames meta_find_by_name() to mp4_get_tag_value(), makes it public
and removes its five callers from mp4.c.

The only user is _aac_afh_get_taginfo() of aac_afh.c, which needs to
be adjusted accordingly. Kill the pointless underscore while at it.
aac_afh.c
mp4.c
mp4.h