summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-26 00:14:03 +0100
committerwm4 <wm4@nowhere>2015-03-26 00:14:03 +0100
commit8b82ebd3e6a5a477daa173dc86c2e41918bad4b1 (patch)
treee14ab405e08041e49075526bce81c430e957bfaa /DOCS
parent58e0292a9f7009adea9e4ee1e0349019a58fe0b8 (diff)
downloadmpv-8b82ebd3e6a5a477daa173dc86c2e41918bad4b1.tar.bz2
mpv-8b82ebd3e6a5a477daa173dc86c2e41918bad4b1.tar.xz
manpage: fix typo
Diffstat (limited to 'DOCS')
-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 568c1571d0..3963b8d43f 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -696,7 +696,7 @@ Available video output drivers are:
This is equivalent to::
- --vo=opengl:scale=spline36:cscale=spline36scale-down=mitchell:dither-depth=auto:fbo-format=rgba16:fancy-downscaling:sigmoid-upscaling
+ --vo=opengl:scale=spline36:cscale=spline36:scale-down=mitchell:dither-depth=auto:fbo-format=rgba16:fancy-downscaling:sigmoid-upscaling
Note that some cheaper LCDs do dithering that gravely interferes with
``opengl``'s dithering. Disabling dithering with ``dither-depth=no`` helps.