summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-25 21:46:01 +0100
committerwm4 <wm4@nowhere>2016-01-25 21:46:40 +0100
commit521110054d89f5066549288092fd945968dd4d50 (patch)
tree3d5dabc0ff275ecdd1389ecc066d2bef1b3daa88 /DOCS/man/vo.rst
parentbd1fb6f9b13f2b70a0bfcd0b6be3e16917dfd8bb (diff)
downloadmpv-521110054d89f5066549288092fd945968dd4d50.tar.bz2
mpv-521110054d89f5066549288092fd945968dd4d50.tar.xz
vo_opengl: add tscale-interpolates-only sub-option
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 96ba0049ca..027e2dfb1f 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -549,6 +549,10 @@ Available video output drivers are:
manifest themselves as short flashes or fringes of black, mostly
around moving edges) in exchange for potentially adding more blur.
+ ``tscale-interpolates-only=<yes|no>``
+ If set, then don't perform interpolation if the playback rate matches
+ the the display refresh rate (default: yes).
+
``dscale-radius``, ``cscale-radius``, ``tscale-radius``, etc.
Set filter parameters for ``dscale``, ``cscale`` and ``tscale``,
respectively.