Browse Source
VLC versions 2.2 and earlier had 3 "tracks" buffers of 4 MiB each for
the input stream. This resulted in single reads of (up to) 4 MiB.
This patch matches the read size and thus performance of said older
versions.
This matches 6f58cd15a2 in a less invasive
fashion. Fixes #19806, #19988, #21470.
pull/135/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue