summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst8
2 files changed, 1 insertions, 8 deletions
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