Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix buffered position when loading has not completed
If there is data after the last samples in the container, we may request continue loading after the last samples have been read but before the load has completed. In this situation the buffered position is returned as Long.MAX_VALUE, which prevents continuing loading, yet the media period is not treated as fully buffered because its buffered position is not C.TIME_END_OF_SOURCE. PiperOrigin-RevId: 231406964
- Loading branch information