summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-26 19:37:59 +0200
committerwm4 <wm4@nowhere>2013-05-26 19:37:59 +0200
commit953b0eca3bdd1f59d52cd10c86bf1f1a8baf6f03 (patch)
tree58990f22a4ffc55e772a0d7b60a5ac3632847b68 /DOCS
parent9a2a410d3f4a613a1725bd89f8ee8eab36936ede (diff)
downloadmpv-953b0eca3bdd1f59d52cd10c86bf1f1a8baf6f03.tar.bz2
mpv-953b0eca3bdd1f59d52cd10c86bf1f1a8baf6f03.tar.xz
manpage: fix typo
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index 0aaee33965..1e8518b23e 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -342,13 +342,13 @@ opengl
detected. Often, LCD panels will do dithering on their own, which
conflicts with vo_opengl's dithering, and leads to ugly output.
- dither-size=<2-8>
+ dither-size-fruit=<2-8>
Set the size of the dither matrix (default: 6). The actual size of
the matrix is ``(N^2) x (N^2)`` for an option value of ``N``, so a
value of 6 gives a size of 64x64. The matrix is generated at startup
time, and a large matrix can take rather long to compute (seconds).
- Used for ``fruit`` dithering only.
+ Used in ``dither=fruit`` mode only.
dither=<fruit|ordered|no>
Select dithering algorithm (default: fruit).