tag: removed the "_ITEM_" suffix from the enum names
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
#include <stdio.h>
|
||||
|
||||
static const char *const ape_tag_names[] = {
|
||||
[TAG_ITEM_TITLE] = "title",
|
||||
[TAG_ITEM_ARTIST] = "artist",
|
||||
[TAG_ITEM_ALBUM] = "album",
|
||||
[TAG_ITEM_COMMENT] = "comment",
|
||||
[TAG_ITEM_GENRE] = "genre",
|
||||
[TAG_ITEM_TRACK] = "track",
|
||||
[TAG_ITEM_DATE] = "year"
|
||||
[TAG_TITLE] = "title",
|
||||
[TAG_ARTIST] = "artist",
|
||||
[TAG_ALBUM] = "album",
|
||||
[TAG_COMMENT] = "comment",
|
||||
[TAG_GENRE] = "genre",
|
||||
[TAG_TRACK] = "track",
|
||||
[TAG_DATE] = "year"
|
||||
};
|
||||
|
||||
static struct tag *
|
||||
|
||||
Reference in New Issue
Block a user