summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-09-20 18:18:59 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-09-25 12:45:17 +0200
commit44cf6288c73b71d22a98870cb08b1daf9da5e048 (patch)
treebe248ec9298a0c7be787f64e215834aee45d4a01 /DOCS/man/options.rst
parent57fad2d5f96e4629dab9cb9a4fefb2fba1111662 (diff)
downloadmpv-44cf6288c73b71d22a98870cb08b1daf9da5e048.tar.bz2
mpv-44cf6288c73b71d22a98870cb08b1daf9da5e048.tar.xz
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
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 0 insertions, 8 deletions
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