From 44cf6288c73b71d22a98870cb08b1daf9da5e048 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 20 Sep 2023 18:18:59 +0200 Subject: vo_gpu: remove --scaler-lut-size Pointless bloat option, hard-coded as 256 now in libplacebo and no reason not to also hard-code in mpv. See-Also: haasn/libplacebo@64d7c5aab06766a9492d3cfffd35333792052cd9 --- DOCS/interface-changes.rst | 1 + DOCS/man/options.rst | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index e556402353..fc91db404c 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -91,6 +91,7 @@ Interface changes - add `--window-corners` option - rename `--cdrom-device` to `--cdda-device` - remove `--scale-cutoff`, `--cscale-cutoff`, `--dscale-cutoff`, `--tscale-cutoff` + - remove `--scaler-lut-size` --- mpv 0.36.0 --- - add `--target-contrast` - Target luminance value is now also applied when ICC profile is used. diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index e397d7b988..ee78a21e13 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5391,14 +5391,6 @@ them. Scale parameter (t). Increasing this makes the window wider. Defaults to 1. -``--scaler-lut-size=<4..10>`` - Set the size of the lookup texture for scaler kernels (default: 6). The - actual size of the texture is ``2^N`` for an option value of ``N``. So the - lookup texture with the default setting uses 64 samples. - - All weights are linearly interpolated from those samples, so increasing - the size of lookup table might improve the accuracy of scaler. - ``--scaler-resizes-only`` Disable the scaler if the video image is not resized. In that case, ``bilinear`` is used instead of whatever is set with ``--scale``. Bilinear -- cgit v1.2.3