Skip to content

Commit

Permalink
stats.lua: use deinterlace-active property instead
Browse files Browse the repository at this point in the history
But still read the deinterlacing option to distinguish between yes and
auto.
  • Loading branch information
Dudemanguy committed Feb 7, 2024
1 parent 003fb15 commit fd2c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/lua/stats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fd2c5ee

Please sign in to comment.