diff options
author | Daniel Seuthe <daniel+mpd@seuthe.org> | 2010-05-30 17:05:43 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-05-30 17:06:08 +0200 |
commit | e8310211e216a1de0b4e856496633966d106b831 (patch) | |
tree | a117c252f846b944a73a85f3f8c3299f0e7eb594 /src/replay_gain_info.h | |
parent | 3709b9aa11328c50dff9f7742ce8b5ef967d5d4d (diff) | |
download | mpd-e8310211e216a1de0b4e856496633966d106b831.tar.gz mpd-e8310211e216a1de0b4e856496633966d106b831.tar.xz mpd-e8310211e216a1de0b4e856496633966d106b831.zip |
filter/replay_gain: added option "replaygain_limit"
Diffstat (limited to '')
-rw-r--r-- | src/replay_gain_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replay_gain_info.h b/src/replay_gain_info.h index 49f375b04..83b46df84 100644 --- a/src/replay_gain_info.h +++ b/src/replay_gain_info.h @@ -62,7 +62,7 @@ replay_gain_tuple_defined(const struct replay_gain_tuple *tuple) } float -replay_gain_tuple_scale(const struct replay_gain_tuple *tuple, float preamp); +replay_gain_tuple_scale(const struct replay_gain_tuple *tuple, float preamp, float missing_preamp, bool peak_limit); /** * Attempt to auto-complete missing data. In particular, if album |