summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorBin Jin <bjin1990@gmail.com>2015-12-05 19:14:23 +0000
committerwm4 <wm4@nowhere>2015-12-07 23:48:18 +0100
commite6058d3dc30ca8160ebeb8bba562ba08574164bb (patch)
tree50e9a8e877f002054dc35434203552f0b8792002 /DOCS
parentc1a96de41c9e3b38d0946d5c02c1faf5b39d4074 (diff)
downloadmpv-e6058d3dc30ca8160ebeb8bba562ba08574164bb.tar.bz2
mpv-e6058d3dc30ca8160ebeb8bba562ba08574164bb.tar.xz
vo_opengl: make LOOKUP_TEXTURE_SIZE configurable
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index c8f484aa72..56339f1468 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -431,6 +431,15 @@ Available video output drivers are:
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: 8).
+ The actual size of the texture is ``2^N`` for an option value of ``N``.
+ So the lookup texture with the default setting uses 256 samples.
+
+ All weights are bilinearly 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 whatever is set with ``scale``. Bilinear