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/man/options.rst | 8 -------- 1 file changed, 8 deletions(-) (limited to 'DOCS/man') 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