mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 13:41:49 +00:00
stats.lua: disable tonemapping plot by default
Nobody except a chosen few (I'm not one of them) even knows what it means. Multiple people thought it was actually some kind of rendering bug. Just disable it by default. Closes #12671.
This commit is contained in:
parent
cf7453226d
commit
1382a854c9
@ -98,7 +98,7 @@ Configurable Options
|
||||
Show graphs for vsync and jitter values (page 1). Only when toggled.
|
||||
|
||||
``plot_tonemapping_lut``
|
||||
Default: yes
|
||||
Default: no
|
||||
|
||||
Enable tone-mapping LUT visualization automatically. Only when toggled.
|
||||
|
||||
|
@ -36,7 +36,7 @@ local o = {
|
||||
plot_perfdata = true,
|
||||
plot_vsync_ratio = true,
|
||||
plot_vsync_jitter = true,
|
||||
plot_tonemapping_lut = true, -- also enable tone-mapping-visualize
|
||||
plot_tonemapping_lut = false,
|
||||
skip_frames = 5,
|
||||
global_max = true,
|
||||
flush_graph_data = true, -- clear data buffers when toggling
|
||||
|
Loading…
Reference in New Issue
Block a user