Bug 1101759 - Correctly record when we flush data during sync decodes. r=tn

This commit is contained in:
Seth Fowler 2014-11-20 00:59:05 -08:00
parent c11edbfdb0
commit 18f2219660

View File

@ -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;
}
}