]> git.tuebingen.mpg.de Git - paraslash.git/commit
aac_afh: Simplify aac_afh_rewrite_tags().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 19 Aug 2021 20:13:47 +0000 (22:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit3716862c92d1a7cbb9d3ebc2687da98cedef03f0
treea045d645bd280f89e01d20473a11e883166fd206
parente46bcc81f2eaa35e9409dd96fdbcc15647919b96
aac_afh: Simplify aac_afh_rewrite_tags().

This function was disgusting because it listed the five standard
tags in three different ways. The new replace_or_add_tag() avoids
this issue.
aac_afh.c