mirror of https://github.com/mpv-player/mpv
TOOLS/osd-test.lua: fix lint warning
This commit is contained in:
parent
1f356d6784
commit
c28525ac9d
|
@ -110,7 +110,6 @@ max_line_length = 100
|
||||||
-- TODO: Remove everything below this line
|
-- TODO: Remove everything below this line
|
||||||
local todo = {
|
local todo = {
|
||||||
"player/lua/osc.lua",
|
"player/lua/osc.lua",
|
||||||
"TOOLS/lua/osd-test.lua",
|
|
||||||
"TOOLS/lua/status-line.lua",
|
"TOOLS/lua/status-line.lua",
|
||||||
"TOOLS/lua/test-hooks.lua",
|
"TOOLS/lua/test-hooks.lua",
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
local assdraw = require 'mp.assdraw'
|
local assdraw = require 'mp.assdraw'
|
||||||
local utils = require 'mp.utils'
|
local utils = require 'mp.utils'
|
||||||
|
|
||||||
things = {}
|
local things = {}
|
||||||
for i = 1, 2 do
|
for i = 1, 2 do
|
||||||
things[i] = {
|
things[i] = {
|
||||||
osd1 = mp.create_osd_overlay("ass-events"),
|
osd1 = mp.create_osd_overlay("ass-events"),
|
||||||
|
|
Loading…
Reference in New Issue