mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
stats: update frame drop diagnostics
This commit is contained in:
parent
41246c8a34
commit
1f41c729bb
@ -112,7 +112,8 @@ function add_video(s)
|
||||
append_property(s, sec, "avsync", {prefix="A-V:"})
|
||||
if append_property(s, sec, "drop-frame-count", {prefix="Dropped:"}) then
|
||||
append_property(s, sec, "vo-drop-frame-count", {prefix="VO:", nl=""})
|
||||
append_property(s, sec, "vo-missed-frame-count", {prefix="Missed:", nl=""})
|
||||
append_property(s, sec, "mistimed-frame-count", {prefix="Mistimed:", nl=""})
|
||||
append_property(s, sec, "vo-delayed-frame-count", {prefix="Delayed:", nl=""})
|
||||
end
|
||||
if append_property(s, sec, "display-fps", {prefix="Display FPS:", suffix=" (specified)"}) then
|
||||
append_property(s, sec, "estimated-display-fps",
|
||||
|
Loading…
Reference in New Issue
Block a user