stats.lua: typo lavfi-complex

Fix typo lavi-complex to lavfi-complex.
This commit is contained in:
Stefan de Konink 2021-08-15 10:31:13 +02:00 committed by avih
parent d8e5f6ff3a
commit 0c9e1e34fd
1 changed files with 2 additions and 2 deletions

View File

@ -660,7 +660,7 @@ end
local function add_video(s)
local r = mp.get_property_native("video-params")
-- in case of e.g. lavi-complex there can be no input video, only output
-- in case of e.g. lavfi-complex there can be no input video, only output
if not r then
r = mp.get_property_native("video-out-params")
end
@ -736,7 +736,7 @@ end
local function add_audio(s)
local r = mp.get_property_native("audio-params")
-- in case of e.g. lavi-complex there can be no input audio, only output
-- in case of e.g. lavfi-complex there can be no input audio, only output
if not r then
r = mp.get_property_native("audio-out-params")
end