From 7088a679a25cc62424b532ca47a6c13f62eb04a0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 09:37:16 +0200 Subject: decoder/wavpack: support all APEv2 tags WavPack tags are always APEv2, by definition. Reuse the tag_table from tag_ape.c, instead of rolling our own. --- src/tag_ape.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tag_ape.h') diff --git a/src/tag_ape.h b/src/tag_ape.h index 9b585611..e2daf088 100644 --- a/src/tag_ape.h +++ b/src/tag_ape.h @@ -20,10 +20,14 @@ #ifndef MPD_TAG_APE_H #define MPD_TAG_APE_H +#include "tag_table.h" + #include struct tag_handler; +extern const struct tag_table ape_tags[]; + /** * Scan the APE tags of a file. * -- cgit v1.2.3