mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1118528 - Increase fuzz threshold for mp4. r=ajones
This commit is contained in:
parent
7dca2dbbd8
commit
79666d8c52
@ -289,9 +289,11 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
// Gaps of up to 20ms (marginally longer than a single frame at 60fps) are considered
|
||||
// to be sequential frames.
|
||||
int64_t GetRoundingError()
|
||||
{
|
||||
return 1000;
|
||||
return 20000;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user