summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-25 21:35:39 +0100
committerwm4 <wm4@nowhere>2016-01-25 21:46:40 +0100
commitbd1fb6f9b13f2b70a0bfcd0b6be3e16917dfd8bb (patch)
tree34df6acbc92801bf120d766f12f23984769d7833 /DOCS/man
parentb53cb8de5e8552bfe142df9cea3de6907a187dc7 (diff)
downloadmpv-bd1fb6f9b13f2b70a0bfcd0b6be3e16917dfd8bb.tar.bz2
mpv-bd1fb6f9b13f2b70a0bfcd0b6be3e16917dfd8bb.tar.xz
vo_opengl: default scaler-resizes-only sub-option to yes
Often requested. The main argument, that prominent scalers like sharpen change the image even if no scaling happens, disappeared anyway. ("sharpen", unsharp masking, is neither prominent nor a scaler anymore. This is an artifact from MPlayer, which fuses unsharp masking with bilinear scaling in order to make it single-pass, or so.)
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/vo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 4f2641a11e..96ba0049ca 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -444,7 +444,7 @@ Available video output drivers are:
Disable the scaler if the video image is not resized. In that case,
``bilinear`` is used instead whatever is set with ``scale``. Bilinear
will reproduce the source image perfectly if no scaling is performed.
- Note that this option never affects ``cscale``.
+ Enabled by default. Note that this option never affects ``cscale``.
``pbo``
Enable use of PBOs. On some drivers this can be faster, especially if