From 9d62482cdc0664d433ddd632b03c3651f17562e8 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 3 Feb 2015 12:29:19 +0100 Subject: vo_opengl: change upper bound of :gamma to 2.0 This allows a spread of 1.0 in either direction, which is already close to absurd. Anything higher than that is pretty pointless. --- DOCS/man/vo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/vo.rst') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 729108d6bc..ded4d0ec96 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -504,7 +504,7 @@ Available video output drivers are: rgb32f, rgba12, rgba16, rgba16f, rgba32f. Default: rgba. - ``gamma=<0.0..10.0>`` + ``gamma=<0.0..2.0>`` Set a gamma value. If gamma is adjusted in other ways (like with the ``--gamma`` option or key bindings and the ``gamma`` property), the value is multiplied with the other gamma value. Setting this value to -- cgit v1.2.3