summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-18 02:05:06 +0200
committerwm4 <wm4@nowhere>2014-08-18 02:05:06 +0200
commit39b8b0a41f6b8aae0eec86d5e59bae3609bd7a1f (patch)
treef278609132acc816f03c40707421cc69c09804be /DOCS/man/vo.rst
parent52ead45f0584dad3786720cc60a0232ed346abb9 (diff)
downloadmpv-39b8b0a41f6b8aae0eec86d5e59bae3609bd7a1f.tar.bz2
mpv-39b8b0a41f6b8aae0eec86d5e59bae3609bd7a1f.tar.xz
manpage: fix opengl-hq defaults
The FBO format was changed some time ago. CC: @mpv-player/stable
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 e36e59c18a..1c27dd15ea 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -571,7 +571,7 @@ Available video output drivers are:
This is equivalent to::
- --vo=opengl:lscale=spline36:dither-depth=auto:fbo-format=rgb16
+ --vo=opengl:lscale=spline36:dither-depth=auto:fbo-format=rgba16
Note that some cheaper LCDs do dithering that gravely interferes with
``opengl``'s dithering. Disabling dithering with ``dither-depth=no`` helps.