aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-29 09:38:27 +0200
committerMax Kellermann <max@duempel.org>2008-08-29 09:38:27 +0200
commit6f72fe3ecffd8ee8218fc5a19ec45b0447323c12 (patch)
tree0128c7fc3719844eab4c5c5a0db89fe965dcca03 /src/decoder_api.h
parent055f4a41c57e8faf056b76973a30eb094d81cd09 (diff)
tag: moved code to tag_id3.c
The ID3 code uses only the public tag API, but is otherwise unrelated. Move it to a separate source file.
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h
index 3f953ec2..3ab38828 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -29,6 +29,7 @@
#include "inputStream.h"
#include "replayGain.h"
#include "tag.h"
+#include "tag_id3.h"
#include "playerData.h"