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