mirror of
https://github.com/androidx/media.git
synced 2025-05-07 15:40:37 +08:00

`Cea608Parser` and `Cea708Parser` don't currently work correctly on their own without the re-ordering of input buffers implemented in `CeaDecoder`, and it's not clear how we can properly do this re-ordering during extraction. This change ensures that if 'parse subtitles during extraction' is enabled, CEA-6/708 subs will be passed through without transcoding and can then be decoded during rendering by `Cea6/708Decoder`. PiperOrigin-RevId: 595658628