Commit: 655122ed47dba51e551cc7972010c7517dee7f10 Parent: 9a1e3e8e4839f5947a668f5028035d0e47aee464 Author: Ren Tatsumoto Date: Mon, 7 Sep 2020 01:26:23 +0300 use table.unpack Diffstat:
| M | subs2srs.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subs2srs.lua b/subs2srs.lua @@ -307,7 +307,7 @@ ffmpeg.execute = function(args) table.insert(args, i, value) end - mp.commandv("run", unpack(args)) + mp.commandv("run", table.unpack(args)) end end