Files
ladybird/Libraries/LibMedia/Containers/Matroska
Zaggy1024 acd4ea9129 LibMedia: Ensure that Matroska seeks after a get_frames() call fails
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.
2026-04-10 15:21:07 -05:00
..