mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
autodeint.lua: fix some lint warnings
Fixes: autodeint.lua:90:1: right side of assignment has more values than left side expects
This commit is contained in:
parent
fabc92453f
commit
b4fcf7d248
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user