summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/cycle-deinterlace-pullup.lua
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/lua/cycle-deinterlace-pullup.lua')
-rw-r--r--TOOLS/lua/cycle-deinterlace-pullup.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/lua/cycle-deinterlace-pullup.lua b/TOOLS/lua/cycle-deinterlace-pullup.lua
index f8095af4cd..2902e40dae 100644
--- a/TOOLS/lua/cycle-deinterlace-pullup.lua
+++ b/TOOLS/lua/cycle-deinterlace-pullup.lua
@@ -20,9 +20,9 @@ pullup_label = string.format("%s-pullup", script_name)
function pullup_on()
for i,vf in pairs(mp.get_property_native('vf')) do
- if vf['label'] == pullup_label then
- return "yes"
- end
+ if vf['label'] == pullup_label then
+ return "yes"
+ end
end
return "no"
end