mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

`SubripDecoder` which used to be `SimpleSubtitleDecoder` will now be called `SubripParser` and implement `SubtitleParser` interface. For backwards compatibility, we will have the same functionality provided by `DelegatingSubtitleDecoder` backed-up by a new `SubripParser` instance. PiperOrigin-RevId: 546538113