media/libraries/extractor/src/test
jbibik a88d8a415a Plumb SubtitleParser.Factory into AviExtractor
AviExtractor supports text tracks (`AviExtractor.FOURCC_txts` -> `C.TRACK_TYPE_TEXT`) with subtitles.

AviExtractor will no longer be wrapped in SubtitleTranscodingExtractor, but instead use SubtitleTranscodingExtractorOutput under the hood.

FLAG_EMIT_RAW_SUBTITLE_DATA flag will be used to toggle between subtitle parsing during extraction (before the sample queue) or during decoding (after the sample queue).

PiperOrigin-RevId: 598594981
2024-01-15 06:21:33 -08:00
..
java/androidx/media3/extractor Plumb SubtitleParser.Factory into AviExtractor 2024-01-15 06:21:33 -08:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00