wavpack: use enum tag_type
Don't store tag type values in a plain integer, use the proper enum.
This commit is contained in:
parent
946e69b2f6
commit
66eb3e90c3
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user