vo_opengl: change default tone mapping algorithm

d8a3b10f4 was supposed to change this (as reflected in the man page and
commit message), I just forgot.
This commit is contained in:
Niklas Haas 2017-06-10 08:17:38 +02:00 committed by wm4
parent b2f756c80e
commit 4e12baf3d7
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ static const struct gl_video_opts gl_video_opts_def = {
.background = {0, 0, 0, 255},
.gamma = 1.0f,
.target_brightness = 250,
.hdr_tone_mapping = TONE_MAPPING_HABLE,
.hdr_tone_mapping = TONE_MAPPING_MOBIUS,
.tone_mapping_param = NAN,
.early_flush = -1,
};