decoder/Bridge: call PcmConvert::Reset() after seeking

This commit is contained in:
Max Kellermann
2017-01-11 15:32:57 +01:00
parent 8088469eca
commit 7a3a793a12
2 changed files with 5 additions and 0 deletions

View File

@@ -317,6 +317,9 @@ DecoderBridge::CommandFinished()
dc.pipe->Clear(*dc.buffer);
if (convert != nullptr)
convert->Reset();
timestamp = dc.seek_time.ToDoubleS();
}