summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-05-12 02:01:15 +0200
committerKacper Michajłow <kasper93@gmail.com>2024-05-12 20:06:39 +0200
commitb4fcf7d2488a8071aec5c570638ce511e604b732 (patch)
tree8081d60eb92397921f918cf8af55fe4815e5ea46 /TOOLS
parentfabc92453f9151f5d746ba4fe8fe81a0621ddc6b (diff)
downloadmpv-b4fcf7d2488a8071aec5c570638ce511e604b732.tar.bz2
mpv-b4fcf7d2488a8071aec5c570638ce511e604b732.tar.xz
autodeint.lua: fix some lint warnings
Fixes: autodeint.lua:90:1: right side of assignment has more values than left side expects
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/lua/autodeint.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/lua/autodeint.lua b/TOOLS/lua/autodeint.lua
index 4e929607a0..7615f52406 100644
--- a/TOOLS/lua/autodeint.lua
+++ b/TOOLS/lua/autodeint.lua
@@ -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