Commit graph

2 commits

Author SHA1 Message Date
Zaggy1024
da64588e72 LibMedia: Remove forced seeks upon errors from Matroska::Reader
This shouldn't actually be necessary, since the sample iterator will
resume from where it hit the error last anyway. Now that the decoded
data producers don't clear their queues when the demuxer doesn't move,
this works just fine for EOF.

This could easily be triggered by scrubbing aborting reads to restart
seeks, which would force us to decode from a prior keyframe instead of
continuing to decode from where the last seek left off if it's faster.
2026-05-23 11:23:09 -05:00
Zaggy1024
ed10073c74 Tests: Add a test for seeking MatroskaDemuxer to EOS 2026-02-06 13:28:09 +01:00