summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-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