Files
ladybird/Libraries/LibMedia/Containers
Zaggy1024 35fc061795 LibMedia: Return the original sample iterator in Matroska slow seeks
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.
2026-01-21 11:35:33 +01:00
..