Bug 1249706 - Fix 8fe22dd4fc8a (backout of a085ea2d24bb). r=bustage

--HG--
extra : rebase_source : dedc21e95680f0361f4ff9e2058fe37f1a322e8e
This commit is contained in:
Chris Pearce 2016-05-25 10:51:14 +12:00
parent 4558a0636b
commit bc093355a7

View File

@ -1153,7 +1153,6 @@ MediaFormatReader::Update(TrackType aTrack)
Some(TimeInterval(TimeUnit::FromMicroseconds(output->mTime),
TimeUnit::FromMicroseconds(output->GetEndTime())));
decoder.mNumSamplesOutputTotal++;
decoder.mNumSamplesOutputTotalSinceTelemetry++;
ReturnOutput(output, aTrack);
// We have a decoded sample ready to be returned.
if (aTrack == TrackType::kVideoTrack) {