1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 02:41:13 +00:00

stats: print perfdata total by default

There is enough space now
This commit is contained in:
Julian 2017-07-05 22:09:29 +02:00 committed by wm4
parent 56029b6b59
commit 96ef2aa48b

View File

@ -23,7 +23,7 @@ local o = {
ass_formatting = true,
timing_warning = true,
timing_warning_th = 0.85, -- *no* warning threshold (warning when > target_fps * timing_warning_th)
print_perfdata_total = false, -- prints an additional line adding up the perfdata lines
print_perfdata_total = true, -- prints an additional line adding up the perfdata lines
print_perfdata_passes = false, -- when true, print the full information about all passes
debug = false,