media/libraries/exoplayer/src/main
rohks 6236fd38d0 Fix sending negative bufferedDurationUs to CmcdData.Factory
When track is changed during playback, `playbackPositionUs` may be in middle of a chunk and `loadPositionUs` should be the start of that chunk. In this situation `loadPositionUs` can be less than the current `playbackPositionUs`, resulting into negative `bufferedDurationUs`. It translates to having no buffer and hence we should send `0` for `bufferedDurationUs` when creating new instances of `CmcdData.Factory`.

Issue: androidx/media#888

#minor-release

PiperOrigin-RevId: 591099785
(cherry picked from commit 7f6596bab2)
2024-01-09 12:17:48 +00:00
..
java/androidx/media3/exoplayer Fix sending negative bufferedDurationUs to CmcdData.Factory 2024-01-09 12:17:48 +00:00
res Update translations 2023-03-01 17:22:55 +00:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00