mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 20:00:56 +00:00
stats: remove hwdec-active property
This commit is contained in:
parent
97c1cd6658
commit
49d64997ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user