From 48015009b7f8073de1a81cf9624c104f071496bc Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 30 May 2016 12:30:23 +0200 Subject: vo_opengl: rename tone-mapping=simple to reinhard This is the canonical name for the algorithm. I simply didn't know it before. --- DOCS/man/vo.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index e3096ab46f..1f1e40ec00 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -1071,9 +1071,9 @@ Available video output drivers are: clip Hard-clip any out-of-range values (default) - simple - Very simple continuous curve. Preserves dynamic range and peak but - uses nonlinear contrast. + reinhard + Reinhard tone mapping algorithm. Very simple continuous curve. + Preserves dynamic range and peak but uses nonlinear contrast. gamma Fits a logarithmic transfer between the tone curves. linear @@ -1084,7 +1084,7 @@ Available video output drivers are: Set tone mapping parameters. Ignored if the tone mapping algorithm is not tunable. This affects the following tone mapping algorithms: - simple + reinhard Specifies the local contrast coefficient at the display peak. Defaults to 0.5, which means that in-gamut values will be about half as bright as when clipping. -- cgit v1.2.3