DecoderThread: move code to DecoderControl::CycleMixRamp()

This commit is contained in:
Max Kellermann
2013-10-26 14:12:10 +02:00
parent 59ad6265a1
commit 2098b94b47
3 changed files with 12 additions and 6 deletions

View File

@@ -412,9 +412,7 @@ decoder_task(void *arg)
switch (dc.command) {
case DecoderCommand::START:
dc.MixRampStart(nullptr);
dc.MixRampPrevEnd(dc.mixramp_end);
dc.mixramp_end = nullptr; /* Don't free, it's copied above. */
dc.CycleMixRamp();
dc.replay_gain_prev_db = dc.replay_gain_db;
dc.replay_gain_db = 0;