aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/OpusTags.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-24 23:56:06 +0200
committerMax Kellermann <max@duempel.org>2013-10-24 23:56:06 +0200
commitac8e5be9f4342ec6b746dfb12d21700d7409a07d (patch)
tree0ae5918a96ea467003249be0226fac0f0cb94a9c /src/decoder/OpusTags.hxx
parentc76952534e0ab82b179d360f07beceb634a0a154 (diff)
downloadmpd-ac8e5be9f4342ec6b746dfb12d21700d7409a07d.tar.gz
mpd-ac8e5be9f4342ec6b746dfb12d21700d7409a07d.tar.xz
mpd-ac8e5be9f4342ec6b746dfb12d21700d7409a07d.zip
decoder/opus: support replay gain
Parse the R128_TRACK_GAIN comment string.
Diffstat (limited to 'src/decoder/OpusTags.hxx')
-rw-r--r--src/decoder/OpusTags.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder/OpusTags.hxx b/src/decoder/OpusTags.hxx
index 2f3eec844..cec99effb 100644
--- a/src/decoder/OpusTags.hxx
+++ b/src/decoder/OpusTags.hxx
@@ -24,8 +24,11 @@
#include <stddef.h>
+struct replay_gain_info;
+
bool
ScanOpusTags(const void *data, size_t size,
+ replay_gain_info *rgi,
const struct tag_handler *handler, void *ctx);
#endif