stats.lua: hide images' FPS

It is useless to show this because it's just a bogus value taken from
--mf-fps.
This commit is contained in:
Guido Cella
2023-10-18 22:23:07 +02:00
committed by Dudemanguy
parent 39247bd0b6
commit 9a40a0977b

View File

@@ -929,7 +929,9 @@ local function add_video(s)
end
end
append_fps(s, "container-fps", "estimated-vf-fps")
if mp.get_property_native("current-tracks/video/image") == false then
append_fps(s, "container-fps", "estimated-vf-fps")
end
append_img_params(s, r, ro)
local hdr = mp.get_property_native("hdr-metadata")