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

The exception occurred when an edit list started at a non-sync frame with no preceding sync frame. The fix searches forward for the next sync frame in such cases, preventing the out-of-bounds access. Issue: androidx/media#2062 #cherrypick PiperOrigin-RevId: 720642687