mirror of
https://github.com/androidx/media.git
synced 2025-05-17 04:29:55 +08:00

We're moving towards parsing subtitles before the `SampleQueue`, and we already have subtitle playback assertions using `Player.Listener.onCues` which is the most 'complete' place to assert subtitle output from. We don't need to hook anything inside `TextRenderer`, so we can remove this TODO. PiperOrigin-RevId: 561418660