From 0c9e1e34fddb35e9b4205cee4ce6810e4a7388ee Mon Sep 17 00:00:00 2001 From: Stefan de Konink Date: Sun, 15 Aug 2021 10:31:13 +0200 Subject: stats.lua: typo lavfi-complex Fix typo lavi-complex to lavfi-complex. --- player/lua/stats.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player') diff --git a/player/lua/stats.lua b/player/lua/stats.lua index f662be145c..8e42351690 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -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 -- cgit v1.2.3