bug 1123492 remove ResetDecode() call from MediaSourceReader::AttemptSeek() r=mattwoodrow

and this was already called before Seek().

--HG--
extra : rebase_source : 784909f9b3b4d41e688cffe8400aa94407bba4f6
This commit is contained in:
Karl Tomlinson 2015-02-17 14:35:47 +13:00
parent 966e90125f
commit 14e52f9763

View File

@ -874,8 +874,6 @@ MediaSourceReader::AttemptSeek()
mWaitingForSeekData = false;
}
ResetDecode();
// Decoding discontinuity upon seek, reset last times to seek target.
mLastAudioTime = mPendingSeekTime;
mLastVideoTime = mPendingSeekTime;