summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/lua/stats.lua9
1 files changed, 2 insertions, 7 deletions
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