Bug 1049309 - Remove no-op code in libstagefright. r=kentuckyfriedtakahe

This commit is contained in:
Chris Pearce 2014-08-07 12:03:38 +12:00
parent d985821ff5
commit 332c531212

View File

@ -3430,7 +3430,6 @@ status_t MPEG4Source::fragmentedRead(
if (mCurrentSampleIndex >= mCurrentSamples.size()) {
// move to next fragment
Sample lastSample = mCurrentSamples[mCurrentSamples.size() - 1];
off64_t nextMoof = mNextMoofOffset; // lastSample.offset + lastSample.size;
// If we're pointing to a sidx box then we skip it.