summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-25 23:47:55 +0200
committerwm4 <wm4@nowhere>2013-05-26 16:44:20 +0200
commit39225ed19676aa054aa36eb1e09b72ec712ae368 (patch)
treeb9c30c3fd281b26985a70e515443ccf8ea6b081c /DOCS/man
parentf44a242258c282eb1407899a64571c39d010285b (diff)
downloadmpv-39225ed19676aa054aa36eb1e09b72ec712ae368.tar.bz2
mpv-39225ed19676aa054aa36eb1e09b72ec712ae368.tar.xz
gl_video: add scaler-resizes-only sub-option
This option disables the scaler set with lscale if the video image is not resized.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/vo.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index 6e39e57793..3204169a47 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -291,6 +291,14 @@ opengl
lparam2=<value>
See ``lparam1``.
+ scaler-resizes-only
+ Disable the scaler if the video image is not resized. In that case,
+ ``bilinear`` is used instead whatever is set with ``lscale``. Bilinear
+ will reproduce the source image perfectly if no scaling is performed.
+ Note that this option never affects ``cscale``, although the different
+ processing chain might do chroma scaling differently if ``lscale`` is
+ disabled.
+
stereo=<value>
Select a method for stereo display. You may have to use ``--aspect`` to
fix the aspect value. Experimental, do not expect too much from it.