mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
This fixes a rare flake in HTMLMediaElement-load-after-decode-error, where if the demuxer managed to get a block successfully but have its reads in get_frames() aborted by the initial seek, it would skip the single bad frame and never fire the error event.