1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 05:41:16 +00:00

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

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