Bug 1044742 - Fix build bustage on a CLOSED TREE - r=bustage

This commit is contained in:
Edwin Flores 2014-09-24 13:21:01 +12:00
parent fa5ef650c8
commit 31d11e961f

View File

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