Commit 733962db authored by Daniel Seuthe's avatar Daniel Seuthe Committed by Max Kellermann

decoder_api: return effective replay gain

Pay attention to the ReplayGain mode "auto" and the replay_gain_missing_preamp parameter inside of decoder_replay_gain().
parent f824ecdf
......@@ -419,7 +419,7 @@ decoder_replay_gain(struct decoder *decoder,
if (REPLAY_GAIN_OFF != replay_gain_mode) {
return_db = 20.0 * log10f(
replay_gain_tuple_scale(
&replay_gain_info->tuples[replay_gain_mode],
&replay_gain_info->tuples[replay_gain_get_real_mode()],
replay_gain_preamp));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment