summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-26 16:50:31 +0100
committerwm4 <wm4@nowhere>2016-01-26 21:35:16 +0100
commitfc3ca14ef70476762e321eb80e037c02e4bb41b5 (patch)
treed8fb4957f866e8a00553e31185e802af56ffab4b /DOCS/man/vo.rst
parentd8aeeaa4b15e9adbbd021614848c40d4ff264124 (diff)
downloadmpv-fc3ca14ef70476762e321eb80e037c02e4bb41b5.tar.bz2
mpv-fc3ca14ef70476762e321eb80e037c02e4bb41b5.tar.xz
vo_opengl: default to rgba16f FBOs on ANGLE
Although it has only 1 bit more precission than rgba10_a2, it was reported to improve the visual quality.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 00dde1e658..69c554fa16 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -832,8 +832,8 @@ Available video output drivers are:
influence performance and quality of the video output.
``fmt`` can be one of: rgb, rgba, rgb8, rgb10, rgb10_a2, rgb16, rgb16f,
rgb32f, rgba12, rgba16, rgba16f, rgba32f.
- Default: ``auto``, which maps to rgba16 on desktop GL, and rgb10_a2 on
- GLES (e.g. ANGLE).
+ Default: ``auto``, which maps to rgba16 on desktop GL, and rgba16f or
+ rgb10_a2 on GLES (e.g. ANGLE).
``gamma=<0.1..2.0>``
Set a gamma value (default: 1.0). If gamma is adjusted in other ways