mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1125469: Part3. Make sure we stop dropping frames from previous operation after seeking. r=mattwoodrow
This commit is contained in:
parent
0727bfba77
commit
1e96adcc55
@ -765,6 +765,9 @@ MediaSourceReader::Seek(int64_t aTime, int64_t aIgnored /* Used only for ogg whi
|
||||
{
|
||||
ReentrantMonitorAutoEnter mon(mDecoder->GetReentrantMonitor());
|
||||
mWaitingForSeekData = true;
|
||||
mDropAudioBeforeThreshold = false;
|
||||
mDropVideoBeforeThreshold = false;
|
||||
mTimeThreshold = 0;
|
||||
}
|
||||
|
||||
AttemptSeek();
|
||||
|
Loading…
Reference in New Issue
Block a user