From 7c261899cfb7929c2a5c6ab6d944fde29d528314 Mon Sep 17 00:00:00 2001 From: "Ricardo Constantino (:RiCON)" Date: Sun, 20 Mar 2016 20:39:03 +0000 Subject: stats: add cache-speed --- player/lua/stats.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/player/lua/stats.lua b/player/lua/stats.lua index c3b484c42f..dc0b6bdbd1 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -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}) -- cgit v1.2.3