1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 00:07:33 +00:00

stats: add cache-speed

This commit is contained in:
Ricardo Constantino (:RiCON) 2016-03-20 20:39:03 +00:00 committed by wm4
parent 5fb8dc5943
commit 7c261899cf

View File

@ -92,6 +92,9 @@ function add_file(s)
append_property(s, sec, "demuxer-cache-duration",
{prefix="+", suffix=" sec", nl="", indent=o.prefix_sep,
prefix_sep="", no_prefix_markup=true})
append_property(s, sec, "cache-speed",
{prefix="", suffix="", nl="", indent=o.prefix_sep,
prefix_sep="", no_prefix_markup=true})
end
end
@ -272,6 +275,4 @@ function b(t)
return o.b1 .. t .. o.b0
end
mp.add_key_binding("i", mp.get_script_name(), main, {repeatable=true})