mirror of
https://github.com/mpv-player/mpv.git
synced 2026-06-06 20:10:30 +00:00
stats: add display fps
This commit is contained in:
@@ -114,6 +114,13 @@ function add_video(s)
|
||||
append_property(s, sec, "vo-drop-frame-count", {prefix="VO:", nl=""})
|
||||
append_property(s, sec, "vo-missed-frame-count", {prefix="Missed:", nl=""})
|
||||
end
|
||||
if append_property(s, sec, "display-fps", {prefix="Display FPS:", suffix=" (specified)"}) then
|
||||
append_property(s, sec, "estimated-display-fps",
|
||||
{suffix=" (estimated)", nl="", indent=""})
|
||||
else
|
||||
append_property(s, sec, "estimated-display-fps",
|
||||
{prefix="Display FPS:", suffix=" (estimated)"})
|
||||
end
|
||||
if append_property(s, sec, "fps", {prefix="FPS:", suffix=" (specified)"}) then
|
||||
append_property(s, sec, "estimated-vf-fps",
|
||||
{suffix=" (estimated)", nl="", indent=""})
|
||||
|
||||
Reference in New Issue
Block a user