aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/ReplayGain.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-24 20:54:20 +0200
committerMax Kellermann <max@duempel.org>2014-09-24 22:21:13 +0200
commit441f9cc2ee1e62be0d5869c247aecff78c2ca3c6 (patch)
treef3da3a635c38e2feaddde27d41fb80c4bab46ddd /src/tag/ReplayGain.hxx
parent9f4fc8ad33470d2f82faafb96d5db41967faa151 (diff)
downloadmpd-441f9cc2ee1e62be0d5869c247aecff78c2ca3c6.tar.gz
mpd-441f9cc2ee1e62be0d5869c247aecff78c2ca3c6.tar.xz
mpd-441f9cc2ee1e62be0d5869c247aecff78c2ca3c6.zip
tag/ReplayGain: add VorbisComment parser
Move code from the Vorbis and FLAC decoder plugins.
Diffstat (limited to '')
-rw-r--r--src/tag/ReplayGain.hxx3
1 files changed, 3 insertions, 0 deletions
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