~guidocella/mpv-image-config

bf96ff072d7488d2639b1a498841e7e8d9f95448 — Guido Cella 1 year, 2 days ago 3be699d
raise width threshold
1 files changed, 1 insertions(+), 1 deletions(-)

M mpv.conf
M mpv.conf => mpv.conf +1 -1
@@ 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 <= 3500 and height <= 3500
profile-cond=get('current-tracks/video/image') and width < 5000
profile-restore=copy
scale=spline36
cscale=spline36