diff options
author | Max Kellermann <max@duempel.org> | 2008-08-29 09:38:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-29 09:38:27 +0200 |
commit | 6f72fe3ecffd8ee8218fc5a19ec45b0447323c12 (patch) | |
tree | 0128c7fc3719844eab4c5c5a0db89fe965dcca03 /src/decoder_api.h | |
parent | 055f4a41c57e8faf056b76973a30eb094d81cd09 (diff) | |
download | mpd-6f72fe3ecffd8ee8218fc5a19ec45b0447323c12.tar.gz mpd-6f72fe3ecffd8ee8218fc5a19ec45b0447323c12.tar.xz mpd-6f72fe3ecffd8ee8218fc5a19ec45b0447323c12.zip |
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 '')
-rw-r--r-- | src/decoder_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h index 3f953ec2c..3ab388289 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" |