mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 05:44:20 +00:00
Bug 1044742 - Fix build bustage on a CLOSED TREE - r=bustage
This commit is contained in:
parent
fa5ef650c8
commit
31d11e961f
@ -606,7 +606,7 @@ SampleTable::parseSampleCencInfo() {
|
||||
|
||||
mCencInfo = new SampleCencInfo[mCencInfoCount];
|
||||
for (uint32_t i = 0; i < mCencInfoCount; i++) {
|
||||
mCencInfo[i].mSubsamples = nullptr;
|
||||
mCencInfo[i].mSubsamples = NULL;
|
||||
}
|
||||
|
||||
uint64_t nextOffset = mCencOffsets[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user