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.
This commit is contained in:
@@ -20,10 +20,14 @@
|
||||
#ifndef MPD_TAG_APE_H
|
||||
#define MPD_TAG_APE_H
|
||||
|
||||
#include "tag_table.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct tag_handler;
|
||||
|
||||
extern const struct tag_table ape_tags[];
|
||||
|
||||
/**
|
||||
* Scan the APE tags of a file.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user