summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-28 21:39:17 +0100
committerwm4 <wm4@nowhere>2013-03-28 21:46:18 +0100
commit2585baa649afdda14069aa1d20d32706bb97b8f9 (patch)
tree61192e0a31cbb9b4997543e1dc5200560b2f7794 /DOCS
parent8d7858dd9d10181e4cb812827f1f631d06fc779e (diff)
downloadmpv-2585baa649afdda14069aa1d20d32706bb97b8f9.tar.bz2
mpv-2585baa649afdda14069aa1d20d32706bb97b8f9.tar.xz
gl_video: use choice option type for dither-depth suboption
Replaces the numeric magic values -1 and 0 with "no" and "auto". The numeric values are still allowed for compatibility.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vo.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index f3336afef6..6d64e3062e 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -319,12 +319,12 @@ opengl
Enable use of PBOs. This is faster, but can sometimes lead to
sporadic and temporary image corruption.
- dither-depth=<n>
- Positive non-zero values select the target bit depth. Default: 0.
+ dither-depth=<N|no|auto>
+ Set dither target depth to N. Default: auto.
- \-1
+ no
Disable any dithering done by mpv.
- 0
+ auto
Automatic selection. If output bit depth can't be detected,
8 bits per component are assumed.
8
@@ -444,10 +444,10 @@ opengl-hq
This is equivalent to:
- | --vo=opengl:lscale=lanczos2:dither-depth=0:pbo:fbo-format=rgb16
+ | --vo=opengl:lscale=lanczos2:dither-depth=auto:pbo:fbo-format=rgb16
Note that some cheaper LCDs do dithering that gravely interferes with
- vo_opengl's dithering. Disabling dithering with ``dither-depth=-1`` helps.
+ vo_opengl's dithering. Disabling dithering with ``dither-depth=no`` helps.
Unlike ``opengl``, ``opengl-hq`` makes use of FBOs by default. Sometimes you
can achieve better quality or performance by changing the fbo-format