From 441f9cc2ee1e62be0d5869c247aecff78c2ca3c6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Sep 2014 20:54:20 +0200 Subject: tag/ReplayGain: add VorbisComment parser Move code from the Vorbis and FLAC decoder plugins. --- src/tag/ReplayGain.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tag/ReplayGain.hxx') diff --git a/src/tag/ReplayGain.hxx b/src/tag/ReplayGain.hxx index 2e6cf799e..2bf5e0db1 100644 --- a/src/tag/ReplayGain.hxx +++ b/src/tag/ReplayGain.hxx @@ -27,4 +27,7 @@ struct ReplayGainInfo; bool ParseReplayGainTag(ReplayGainInfo &info, const char *name, const char *value); +bool +ParseReplayGainVorbis(ReplayGainInfo &info, const char *entry); + #endif -- cgit v1.2.3