summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-18 02:05:06 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-08-18 11:14:48 +0200
commit43e164964c0a8255787bcf8101b49516c9717b1a (patch)
treeec49cf812134c2e87ef116efbc32f8f04e060bba
parentaeb64723fd045738352af0993f9c0bad68bcfeac (diff)
downloadmpv-43e164964c0a8255787bcf8101b49516c9717b1a.tar.bz2
mpv-43e164964c0a8255787bcf8101b49516c9717b1a.tar.xz
manpage: fix opengl-hq defaults
The FBO format was changed some time ago. CC: @mpv-player/stable
-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 f9a22e3c0e..e793fb3e2f 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -562,7 +562,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.