]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
The mp4 tagger.
authorAndre Noll <maan@systemlinux.org>
Thu, 17 Apr 2014 21:16:11 +0000 (21:16 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Apr 2015 12:13:34 +0000 (14:13 +0200)
This commit adds support for editing meta tags of mp4 files. We
employ the mp4v2 library to do the work, so fairly little code has
to be added to the aac audio format handler.

We could deactivate tag editing for mp4 files if libmp4v2 was not
detected, but since subsequent commits for the aac audio format
handler will be based on the mp4v2 library as well, we keep it simple
and deactivate aac support completely in this case.


No differences found