mirror of
https://github.com/androidx/media.git
synced 2025-05-04 06:00:37 +08:00

When seeking in fMP4, we try to extract as little samples as possible by only starting at the preceding sync frame. This comparison should use <= to allow sync frames at exactly the seek position. Issue: google/ExoPlayer#10941 #minor-release PiperOrigin-RevId: 505098172
Test data module
Provides sample data for media unit and instrumentation tests.