Loading media/extractors/mkv/MatroskaExtractor.cpp +9 −1 Original line number Original line Diff line number Diff line Loading @@ -360,7 +360,15 @@ void BlockIterator::advance_l() { res = mCluster->Parse(pos, len); res = mCluster->Parse(pos, len); ALOGV("Parse (2) returned %ld", res); ALOGV("Parse (2) returned %ld", res); CHECK_GE(res, 0); if (res < 0) { // I/O error ALOGE("Cluster::Parse returned result %ld", res); mCluster = NULL; break; } mBlockEntryIndex = 0; mBlockEntryIndex = 0; continue; continue; Loading Loading
media/extractors/mkv/MatroskaExtractor.cpp +9 −1 Original line number Original line Diff line number Diff line Loading @@ -360,7 +360,15 @@ void BlockIterator::advance_l() { res = mCluster->Parse(pos, len); res = mCluster->Parse(pos, len); ALOGV("Parse (2) returned %ld", res); ALOGV("Parse (2) returned %ld", res); CHECK_GE(res, 0); if (res < 0) { // I/O error ALOGE("Cluster::Parse returned result %ld", res); mCluster = NULL; break; } mBlockEntryIndex = 0; mBlockEntryIndex = 0; continue; continue; Loading