manpage: fix opengl-hq defaults

The FBO format was changed some time ago.

CC: @mpv-player/stable
This commit is contained in:
wm4 2014-08-18 02:05:06 +02:00
parent 52ead45f05
commit 39b8b0a41f
1 changed files with 1 additions and 1 deletions

View File

@ -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.