mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

We currently force render the first frame in all cases. However, when joining video to an ongoing playback, there is no defined first frame and we should rather drop frames if we are late until we caught up with the audio playback. PiperOrigin-RevId: 268698093