summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/autodeint.lua
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/lua/autodeint.lua')
-rw-r--r--TOOLS/lua/autodeint.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/lua/autodeint.lua b/TOOLS/lua/autodeint.lua
index b891c9a838..7615f52406 100644
--- a/TOOLS/lua/autodeint.lua
+++ b/TOOLS/lua/autodeint.lua
@@ -8,7 +8,7 @@
-- telecined and the interlacing field dominance.
--
-- Based on this information, it may set mpv's ``deinterlace`` property (which
--- usually inserts the yadif filter), or insert the ``pullup`` filter if the
+-- usually inserts the bwdif filter), or insert the ``pullup`` filter if the
-- content is telecined. It also sets field dominance with lavfi setfield.
--
-- OPTIONS:
@@ -87,7 +87,7 @@ function stop_detect()
timer = nil
end
-progressive, interlaced_tff, interlaced_bff, interlaced = 0, 1, 2, 3, 4
+progressive, interlaced_tff, interlaced_bff, interlaced = 0, 1, 2, 3
function judge(label)
-- get the metadata