From d8895dcee371fb6541e2438a18f538837431d842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 28 Oct 2023 23:31:09 +0200 Subject: [PATCH] Changed the mpv.conf file --- .config/mpv/mpv.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 548cce8..3a462d1 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,7 @@ +# Restrict readahead and backbuffer to 40MiB from default of 400MiB +cache=yes +demuxer-max-bytes=2147483647 +demuxer-max-back-bytes=2147483647 # Always allow seeking, e.g. allow seeking within a local cache of HTTP stream force-seekable=yes # Always open a video window even with no video @@ -14,7 +18,3 @@ profile-desc="High quality rendering" profile=opengl-hq # Disable debanding for better performance deband=no -# restrict readahead and backbuffer to 40MiB from default of 400MiB -cache=yes -demuxer-max-bytes=41943040 -demuxer-max-back-bytes=41943040