summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-29 13:04:01 +0100
committerwm4 <wm4@nowhere>2015-11-29 17:55:01 +0100
commit6ff1cd5502e4f88783c4bb615164b875511d9b71 (patch)
tree2d1295c573f13368cc443e075cf9ba1d32186f22 /DOCS/man/vo.rst
parent9fc74d5acd6fcc9b521a78ecfa9dc0ec3487fc8b (diff)
downloadmpv-6ff1cd5502e4f88783c4bb615164b875511d9b71.tar.bz2
mpv-6ff1cd5502e4f88783c4bb615164b875511d9b71.tar.xz
vo_opengl: make tscale=mitchell:tscale-clamp the default
Looks better than "oversample". tscale-clamp suggested by haasn.
Diffstat (limited to 'DOCS/man/vo.rst')
-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 bde8314bbd..0707f36224 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -526,7 +526,7 @@ Available video output drivers are:
The filter used for interpolating the temporal axis (frames). This is
only used if ``interpolation`` is enabled. The only valid choices
for ``tscale`` are separable convolution filters (use ``tscale=help``
- to get a list). The default is ``oversample``.
+ to get a list). The default is ``mitchell``.
Note that the maximum supported filter radius is currently 3, due to
limitations in the number of video textures that can be loaded