stats: remove hwdec-active property

This commit is contained in:
Ricardo Constantino (:RiCON) 2016-09-02 17:28:04 +01:00 committed by wm4
parent 97c1cd6658
commit 49d64997ef
1 changed files with 2 additions and 7 deletions

View File

@ -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