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.
This commit is contained in:
Max Kellermann
2008-08-29 09:38:27 +02:00
parent 055f4a41c5
commit 6f72fe3ecf
6 changed files with 403 additions and 352 deletions

View File

@@ -29,6 +29,7 @@
#include "inputStream.h"
#include "replayGain.h"
#include "tag.h"
#include "tag_id3.h"
#include "playerData.h"