summaryrefslogtreecommitdiff
path: root/apps/metadata/metadata_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/metadata_common.h')
-rw-r--r--apps/metadata/metadata_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/metadata/metadata_common.h b/apps/metadata/metadata_common.h
index f7539950e1..c7d7d67dfb 100644
--- a/apps/metadata/metadata_common.h
+++ b/apps/metadata/metadata_common.h
@@ -29,6 +29,8 @@
29#define TAG_NAME_LENGTH 32 29#define TAG_NAME_LENGTH 32
30#define TAG_VALUE_LENGTH 128 30#define TAG_VALUE_LENGTH 128
31 31
32#define FOURCC(a,b,c,d) (((a)<<24) | ((b) << 16) | ((c) << 8) | (d))
33
32enum tagtype { TAGTYPE_APE = 1, TAGTYPE_VORBIS }; 34enum tagtype { TAGTYPE_APE = 1, TAGTYPE_VORBIS };
33 35
34bool read_ape_tags(int fd, struct mp3entry* id3); 36bool read_ape_tags(int fd, struct mp3entry* id3);