Merge pull request #290 from hooke007/dev

fix a potential bug when switching back to `auto`
This commit is contained in:
stax76
2021-07-28 11:37:07 +02:00
committed by GitHub

View File

@@ -108,11 +108,10 @@ option = oversample A version of nearest neighbour that (naively) oversam
[setting] [setting]
name = dscale name = dscale
file = mpv file = mpv
default = auto default =
filter = Video 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 = bilinear Bilinear hardware texture filtering (fastest, very low quality).
option = spline36 Mid quality and speed. This is the default when using gpu-hq. 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) 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)