mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Merge pull request #7051 from Cizor:dev-v2
PiperOrigin-RevId: 299357049
This commit is contained in:
parent
e2a6775ea4
commit
4e6383aeae
1 changed files with 1 additions and 0 deletions
|
|
@ -1000,6 +1000,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||
processOutputFormat(getCodec(), format.width, format.height);
|
||||
}
|
||||
maybeNotifyVideoSizeChanged();
|
||||
decoderCounters.renderedOutputBufferCount++;
|
||||
maybeNotifyRenderedFirstFrame();
|
||||
onProcessedOutputBuffer(presentationTimeUs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue