mirror of
https://github.com/androidx/media.git
synced 2025-05-17 20:49:53 +08:00

Updated logic to walk forward in the timestamps array to include all frames within the valid edit duration, accounting for out-of-order frames. This ensures that no frames with timestamps less than `editMediaTime` + `editDuration` are incorrectly excluded. Issue: androidx/media#1797 PiperOrigin-RevId: 686075680
Test data module
Provides sample data for media unit and instrumentation tests.