wavpack: use enum tag_type

Don't store tag type values in a plain integer, use the proper enum.
This commit is contained in:
Max Kellermann 2008-11-04 17:10:13 +01:00
parent 946e69b2f6
commit 66eb3e90c3

View File

@ -31,7 +31,7 @@
static struct { static struct {
const char *name; const char *name;
int type; enum tag_type type;
} tagtypes[] = { } tagtypes[] = {
{ "artist", TAG_ITEM_ARTIST }, { "artist", TAG_ITEM_ARTIST },
{ "album", TAG_ITEM_ALBUM }, { "album", TAG_ITEM_ALBUM },