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

The dump file for VP9 mp4 clips varied across SDK versions due to inconsistent CSDs from the platform extractor. By replacing the platform extractor with `MediaExtractorCompat`, the Media3 extractor will provide consistent CSDs across all SDK versions. PiperOrigin-RevId: 707509473
Test data module
Provides sample data for media unit and instrumentation tests.