stats.lua: use deinterlace-active property instead

But still read the deinterlacing option to distinguish between yes and
auto.
This commit is contained in:
Dudemanguy 2024-01-21 21:38:50 -06:00
parent 003fb15cbb
commit fd2c5ee21d
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ local function add_video_out(s)
append_display_sync(s)
append_perfdata(s, false, o.print_perfdata_passes)
if mp.get_property_native("deinterlace") then
if mp.get_property_native("deinterlace-active") then
append_property(s, "deinterlace", {prefix="Deinterlacing:"})
end