mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1101759 - Correctly record when we flush data during sync decodes. r=tn
This commit is contained in:
parent
c11edbfdb0
commit
18f2219660
@ -137,6 +137,8 @@ Decoder::Write(const char* aBuffer, uint32_t aCount, DecodeStrategy aStrategy)
|
||||
// Use the data we saved when we asked for a new frame.
|
||||
WriteInternal(nullptr, 0, aStrategy);
|
||||
}
|
||||
|
||||
mNeedsToFlushData = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user