Merge pull request #7051 from Cizor:dev-v2

PiperOrigin-RevId: 299357049
This commit is contained in:
Oliver Woodman 2020-03-10 10:20:37 +00:00
parent e2a6775ea4
commit 4e6383aeae

View file

@ -1000,6 +1000,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
processOutputFormat(getCodec(), format.width, format.height);
}
maybeNotifyVideoSizeChanged();
decoderCounters.renderedOutputBufferCount++;
maybeNotifyRenderedFirstFrame();
onProcessedOutputBuffer(presentationTimeUs);
}