mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1072483 - Bustage fix for p2.
This commit is contained in:
parent
39651b6ccc
commit
b78facf672
@ -51,7 +51,8 @@ struct WebMBufferedParser
|
||||
{
|
||||
explicit WebMBufferedParser(int64_t aOffset)
|
||||
: mStartOffset(aOffset), mCurrentOffset(aOffset), mState(READ_ELEMENT_ID),
|
||||
mVIntRaw(false), mTimecodeScale(1000000), mGotTimecodeScale(false)
|
||||
mVIntRaw(false), mClusterSyncPos(0), mTimecodeScale(1000000),
|
||||
mGotTimecodeScale(false)
|
||||
{
|
||||
if (mStartOffset != 0) {
|
||||
mState = FIND_CLUSTER_SYNC;
|
||||
|
Loading…
Reference in New Issue
Block a user