summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-05-12 03:43:59 +0200
committerKacper Michajłow <kasper93@gmail.com>2024-05-12 20:06:39 +0200
commitf220f0fb89e548648c4bacfbea224491a4bf90b7 (patch)
treefee6e9b8dda00bc02bed77051b0490f55ea95f1d /TOOLS
parente5e17c80bacd989ccd0c501a4135df46b46002f0 (diff)
downloadmpv-f220f0fb89e548648c4bacfbea224491a4bf90b7.tar.bz2
mpv-f220f0fb89e548648c4bacfbea224491a4bf90b7.tar.xz
autocrop.lua: fix some lint warnings
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/lua/autocrop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/lua/autocrop.lua b/TOOLS/lua/autocrop.lua
index ea57d15658..eff659e50a 100644
--- a/TOOLS/lua/autocrop.lua
+++ b/TOOLS/lua/autocrop.lua
@@ -164,7 +164,7 @@ function detect_end()
restore_hwdec()
- local meta = {}
+ local meta
-- Verify the existence of metadata.
if cropdetect_metadata then