summaryrefslogtreecommitdiff
path: root/src/ReplayGainInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReplayGainInfo.hxx')
-rw-r--r--src/ReplayGainInfo.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ReplayGainInfo.hxx b/src/ReplayGainInfo.hxx
index ae14635ad..3e5549960 100644
--- a/src/ReplayGainInfo.hxx
+++ b/src/ReplayGainInfo.hxx
@@ -24,6 +24,8 @@
#include "Compiler.h"
#include "ReplayGainMode.hxx"
+struct ReplayGainConfig;
+
struct ReplayGainTuple {
float gain;
float peak;
@@ -38,8 +40,7 @@ struct ReplayGainTuple {
}
gcc_pure
- float CalculateScale(float preamp, float missing_preamp,
- bool peak_limit) const;
+ float CalculateScale(const ReplayGainConfig &config) const;
};
struct ReplayGainInfo {