flac: parse stream tags

Parse the vorbis comments in libflac's metadata_callback and pass them
as tag struct to the decoder API.
This commit is contained in:
Max Kellermann
2009-03-01 14:07:23 +01:00
parent 92db09fdf8
commit ba3a8474b6
3 changed files with 20 additions and 2 deletions

1
NEWS
View File

@@ -15,6 +15,7 @@ ver 0.15 - (200?/??/??)
- sidplay: new decoder plugin for C64 SID (using libsidplay2)
- fluidsynth: new decoder plugin for MIDI files (using libfluidsynth)
- wildmidi: another decoder plugin for MIDI files (using libwildmidi)
- flac: parse stream tags
- added configuration option to disable decoder plugins
* audio outputs:
- added option to disable audio outputs by default