mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 07:18:17 +00:00
stats: add cache-speed
This commit is contained in:
parent
5fb8dc5943
commit
7c261899cf
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user