mirror of https://github.com/mpv-player/mpv
manpage: fix opengl-hq defaults
The FBO format was changed some time ago. CC: @mpv-player/stable
This commit is contained in:
parent
52ead45f05
commit
39b8b0a41f
|
@ -571,7 +571,7 @@ Available video output drivers are:
|
||||||
|
|
||||||
This is equivalent to::
|
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
|
Note that some cheaper LCDs do dithering that gravely interferes with
|
||||||
``opengl``'s dithering. Disabling dithering with ``dither-depth=no`` helps.
|
``opengl``'s dithering. Disabling dithering with ``dither-depth=no`` helps.
|
||||||
|
|
Loading…
Reference in New Issue