aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-21 18:12:37 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-21 18:12:37 +0000
commitb72f591641e9d311e813fb8e2ece643cc6562e56 (patch)
tree103c9aa6e487c938fd8762a4534f93c6a22589a8 /src/tag.h
parent1bb75913c37b7494871964fd214eacdd6cb78ccb (diff)
parse length from Aac files and ID3 tags
git-svn-id: https://svn.musicpd.org/mpd/trunk@346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index d6ca809d..180e81d3 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -40,6 +40,8 @@ MpdTag * mp3TagDup(char * utf8file);
#endif
#ifdef HAVE_FAAD
+MpdTag * aacTagDup(char * utf8file);
+
MpdTag * mp4TagDup(char * utf8file);
#endif