summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-07-11 13:55:45 +0200
committerNiklas Haas <git@nand.wakku.to>2015-07-11 14:00:43 +0200
commit30072508247aafb30205ecf78a020ed07a4edb84 (patch)
tree5e9a3e8fe2bcd720caf706b4eaabe166cca84df6 /DOCS/man/vo.rst
parent4b0b9b515bee4a589ed74b4f5de86401f1745e69 (diff)
downloadmpv-30072508247aafb30205ecf78a020ed07a4edb84.tar.bz2
mpv-30072508247aafb30205ecf78a020ed07a4edb84.tar.xz
vo_opengl: reimplement tscale=oversample
Closes #2102.
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 9f6e7277c3..18a56fe79c 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -495,7 +495,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 ``robidoux``.
+ to get a list). The default is ``oversample``.
Note that the maximum supported filter radius is currently 3, due to
limitations in the number of video textures that can be loaded