mirror of
https://github.com/androidx/media.git
synced 2025-05-06 23:20:42 +08:00
Merge pull request #7051 from Cizor:dev-v2
PiperOrigin-RevId: 299357049
This commit is contained in:
commit
26d3914e43
@ -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…
x
Reference in New Issue
Block a user