diff options
Diffstat (limited to 'src/PlayerThread.cxx')
-rw-r--r-- | src/PlayerThread.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx index 35f697c45..0a624da47 100644 --- a/src/PlayerThread.cxx +++ b/src/PlayerThread.cxx @@ -1011,8 +1011,8 @@ Player::Run() pc.mixramp_delay_seconds, dc.replay_gain_db, dc.replay_gain_prev_db, - dc.mixramp_start, - dc.mixramp_prev_end, + dc.GetMixRampStart(), + dc.GetMixRampPreviousEnd(), dc.out_audio_format, play_audio_format, buffer.GetSize() - |