From 49d64997ef2a7323fc61b0c48aa366bfa48e1e02 Mon Sep 17 00:00:00 2001 From: "Ricardo Constantino (:RiCON)" Date: Fri, 2 Sep 2016 17:28:04 +0100 Subject: stats: remove hwdec-active property --- player/lua/stats.lua | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'player') diff --git a/player/lua/stats.lua b/player/lua/stats.lua index a9dc8dbba0..60ba62d3ce 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -318,15 +318,10 @@ local function add_video(s) end if append_property(s, "video-codec", {prefix=o.nl .. o.nl .. "Video:", nl="", indent=""}) then - if not append_property(s, "hwdec-current", + append_property(s, "hwdec-current", {prefix="(hwdec:", nl="", indent=" ", no_prefix_markup=true, suffix=")"}, - {no=true, [""]=true}) then - append_property(s, "hwdec-active", - {prefix="(hwdec)", nl="", indent=" ", - no_prefix_markup=true, no_value=true}, - {no=true}) - end + {no=true, [""]=true}) end append_property(s, "avsync", {prefix="A-V:"}) if append_property(s, "drop-frame-count", {prefix="Dropped:"}) then -- cgit v1.2.3