mirror of
https://github.com/androidx/media.git
synced 2025-05-09 08:30:43 +08:00

When no tracks are selected (or only tracks of unknown type), the target buffer size is calculated to be 0. This means the player won't request to buffer more data, nor can it start playback and will be stuck forever. PiperOrigin-RevId: 301374229