From 86b787f692b021ca1353ebe28c6eb58685bb8430 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sun, 30 Oct 2022 08:44:37 +0100 Subject: [PATCH] raise the width threshold --- mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.conf b/mpv.conf index 0a5a852..138991d 100644 --- a/mpv.conf +++ b/mpv.conf @@ -26,7 +26,7 @@ fullscreen # except with huge images since it greatly slows down panning for no visible improvement, # and can even make mpv crash if the GPU's max texture size is exceeded. [image-hq] -profile-cond=get('current-tracks/video/image') and width < 5000 +profile-cond=get('current-tracks/video/image') and width < 10000 profile-restore=copy scale=spline36 cscale=spline36 -- 2.38.4