mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +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
|
end
|
||||||
|
|
||||||
if append_property(s, "video-codec", {prefix=o.nl .. o.nl .. "Video:", nl="", indent=""}) then
|
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=" ",
|
{prefix="(hwdec:", nl="", indent=" ",
|
||||||
no_prefix_markup=true, suffix=")"},
|
no_prefix_markup=true, suffix=")"},
|
||||||
{no=true, [""]=true}) then
|
{no=true, [""]=true})
|
||||||
append_property(s, "hwdec-active",
|
|
||||||
{prefix="(hwdec)", nl="", indent=" ",
|
|
||||||
no_prefix_markup=true, no_value=true},
|
|
||||||
{no=true})
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
append_property(s, "avsync", {prefix="A-V:"})
|
append_property(s, "avsync", {prefix="A-V:"})
|
||||||
if append_property(s, "drop-frame-count", {prefix="Dropped:"}) then
|
if append_property(s, "drop-frame-count", {prefix="Dropped:"}) then
|
||||||
|
Loading…
Reference in New Issue
Block a user