Commit 66eb3e90 authored by Max Kellermann's avatar Max Kellermann

wavpack: use enum tag_type

Don't store tag type values in a plain integer, use the proper enum.
parent 946e69b2
......@@ -31,7 +31,7 @@
static struct {
const char *name;
int type;
enum tag_type type;
} tagtypes[] = {
{ "artist", TAG_ITEM_ARTIST },
{ "album", TAG_ITEM_ALBUM },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment