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

The duration is now correctly calculated as the maximum of all track durations, instead of being overwritten by the last track's value. This aligns with how other Extractor implementations handle durations for multiple tracks. PiperOrigin-RevId: 688896743 (cherry picked from commit e677c8dccda196551e090f58e4d1014f907a9bfd)
Test data module
Provides sample data for media unit and instrumentation tests.