mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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);
|
processOutputFormat(getCodec(), format.width, format.height);
|
||||||
}
|
}
|
||||||
maybeNotifyVideoSizeChanged();
|
maybeNotifyVideoSizeChanged();
|
||||||
|
decoderCounters.renderedOutputBufferCount++;
|
||||||
maybeNotifyRenderedFirstFrame();
|
maybeNotifyRenderedFirstFrame();
|
||||||
onProcessedOutputBuffer(presentationTimeUs);
|
onProcessedOutputBuffer(presentationTimeUs);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue