Matroska: Use seek head for faster element lookup (#1321)

Limit scan for Matroska seek head to 512 KB in ReadStyle::Fast

---------

Co-authored-by: tolriq <git@leetzone.org>
This commit is contained in:
Urs Fleisch
2026-04-13 19:58:52 +02:00
committed by GitHub
parent 13751f5a6b
commit c3a0e1d0a2
7 changed files with 101 additions and 17 deletions

View File

@@ -117,4 +117,3 @@ int main(int argc, char *argv[])
}
return 0;
}