mirror of https://github.com/mpv-player/mpv
autocrop.lua: fix some lint warnings
This commit is contained in:
parent
e5e17c80ba
commit
f220f0fb89
|
@ -164,7 +164,7 @@ function detect_end()
|
|||
|
||||
restore_hwdec()
|
||||
|
||||
local meta = {}
|
||||
local meta
|
||||
|
||||
-- Verify the existence of metadata.
|
||||
if cropdetect_metadata then
|
||||
|
|
Loading…
Reference in New Issue