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:
Max Kellermann
2012-09-25 09:37:16 +02:00
parent 04c02a1eb8
commit 7088a679a2
4 changed files with 18 additions and 17 deletions

1
NEWS
View File

@@ -6,6 +6,7 @@ ver 0.17.2 (2012/??/??)
- fluidsynth: stop playback at end of file
- fluidsynth: check MIDI file format while scanning
- fluidsynth: add sample rate setting
- wavpack: support all APEv2 tags
* output:
- httpd: use monotonic clock, avoid hiccups after system clock adjustment
- httpd: fix throttling bug after resuming playback