1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00

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

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,
};