From fd2c5ee21d8b5c4d28e8a8fa11d5125610a94810 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 21 Jan 2024 21:38:50 -0600 Subject: stats.lua: use deinterlace-active property instead But still read the deinterlacing option to distinguish between yes and auto. --- player/lua/stats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/lua/stats.lua b/player/lua/stats.lua index f944270dfb..5d1c472685 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -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 -- cgit v1.2.3