stats: revert DR indicator as it's unnecessary

It's apparently already stated as part of the upload pass name.
This reverts commit ec837f64c29a1b825e28b65edc34059b6c1cad40.
This commit is contained in:
Julian 2017-07-28 09:30:24 +02:00 committed by wm4
parent 9bcb8f3bd9
commit 1016ff34ea
1 changed files with 1 additions and 2 deletions

View File

@ -317,9 +317,8 @@ local function append_perfdata(s, dedicated_page)
return format("{\\b%d}%02d%%{\\b0}", w, i * 100)
end
local title = "Frame Timings" .. (mp.get_property_bool("vd-lavc-dr", false) and " (DR):" or ":")
s[#s+1] = format("%s%s%s%s{\\fs%s}%s{\\fs%s}", dedicated_page and "" or o.nl, dedicated_page and "" or o.indent,
b(title), o.prefix_sep, o.font_size * 0.66,
b("Frame Timings:"), o.prefix_sep, o.font_size * 0.66,
"(last/average/peak μs)", o.font_size)
for frame, data in pairs(vo_p) do