diff options
author | Max Kellermann <max@duempel.org> | 2013-12-24 12:20:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-24 12:20:24 +0100 |
commit | 64e898f6dbcfe5e584cb308dd3eca411bfd7667d (patch) | |
tree | 6b0e7ea929ad019a8591cc54a3b88febc74e8983 /src/OutputControl.cxx | |
parent | 1732166328f3e2db3d959b60bbe46f85d36d8e77 (diff) | |
parent | fb34519b96629291d0f26990931ec89c47a4ade2 (diff) | |
download | mpd-64e898f6dbcfe5e584cb308dd3eca411bfd7667d.tar.gz mpd-64e898f6dbcfe5e584cb308dd3eca411bfd7667d.tar.xz mpd-64e898f6dbcfe5e584cb308dd3eca411bfd7667d.zip |
Merge tag 'release-0.18.6'
Diffstat (limited to 'src/OutputControl.cxx')
-rw-r--r-- | src/OutputControl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OutputControl.cxx b/src/OutputControl.cxx index be0d2bec9..bcfd6a8c1 100644 --- a/src/OutputControl.cxx +++ b/src/OutputControl.cxx @@ -96,6 +96,8 @@ audio_output_set_replay_gain_mode(struct audio_output *ao, { if (ao->replay_gain_filter != nullptr) replay_gain_filter_set_mode(ao->replay_gain_filter, mode); + if (ao->other_replay_gain_filter != nullptr) + replay_gain_filter_set_mode(ao->other_replay_gain_filter, mode); } void |