From 51e1e858678b63e303f148f0a80428500df7d730 Mon Sep 17 00:00:00 2001 From: hooke007 <41094733+hooke007@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:08:47 +0800 Subject: [PATCH] fix a potential bug when switching back to `auto` --- src/Resources/editor_conf.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Resources/editor_conf.txt b/src/Resources/editor_conf.txt index b7d072d..29a061f 100644 --- a/src/Resources/editor_conf.txt +++ b/src/Resources/editor_conf.txt @@ -108,11 +108,10 @@ option = oversample A version of nearest neighbour that (naively) oversam [setting] name = dscale file = mpv -default = auto +default = filter = Video -help = Like scale, but apply these filters on downscaling instead. +help = Like scale, but apply these filters on downscaling instead. \nIf no option is selected, it will keep the same with the upscaler. -option = auto Same with the upscaler. option = bilinear Bilinear hardware texture filtering (fastest, very low quality). option = spline36 Mid quality and speed. This is the default when using gpu-hq. option = lanczos Lanczos scaling. Provides mid quality and speed. Generally worse than spline36, but it results in a slightly sharper image which is good for some content types. The number of taps can be controlled with scale-radius, but is best left unchanged. (This filter is an alias for sinc-windowed sinc)