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