summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2016-05-30 12:30:23 +0200
committerwm4 <wm4@nowhere>2016-05-30 16:58:22 +0200
commit48015009b7f8073de1a81cf9624c104f071496bc (patch)
treee6fae680dde239f8a25fe2ec4fd3fd738e66591d /video/out/opengl/video.h
parent899d3e55b341874cce5145db3511fcaa166dc50b (diff)
downloadmpv-48015009b7f8073de1a81cf9624c104f071496bc.tar.bz2
mpv-48015009b7f8073de1a81cf9624c104f071496bc.tar.xz
vo_opengl: rename tone-mapping=simple to reinhard
This is the canonical name for the algorithm. I simply didn't know it before.
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 01c0cca78b..5b837ca3ad 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -105,7 +105,7 @@ enum prescalers {
enum tone_mapping {
TONE_MAPPING_CLIP,
- TONE_MAPPING_SIMPLE,
+ TONE_MAPPING_REINHARD,
TONE_MAPPING_GAMMA,
TONE_MAPPING_LINEAR,
};