mirror of
https://github.com/androidx/media.git
synced 2025-05-08 16:10:38 +08:00

The end-to-end test output for the overlapping SRT and SSA subtitles is currently incorrect. They will be fixed in a future change that updates `TextRenderer` to support this overlap. The 'extra' samples visible in the extractor test output files are 'empty cue list' samples produced by `SsaParser`. They will go away when this implementation is updated to remove this behaviour and rely on `CuesWithTiming.durationUs` instead (the 'empty list' behaviour is not required by the `SubtitleParser` interface). PiperOrigin-RevId: 549264593
Test data module
Provides sample data for media unit and instrumentation tests.