summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 5b837ca3ad..a4a9fb703b 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -106,6 +106,7 @@ enum prescalers {
enum tone_mapping {
TONE_MAPPING_CLIP,
TONE_MAPPING_REINHARD,
+ TONE_MAPPING_HABLE,
TONE_MAPPING_GAMMA,
TONE_MAPPING_LINEAR,
};