mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
This was incorrectly advancing the passed-in iterator, which could leave it at the position of a non-keyframe and cause decoding errors. Instead, store the original iterator non-optionally, and return that when the it is the best position for the seek target.