mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 04:40:20 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user