1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 10:17:31 +00:00

stats: update frame drop diagnostics

This commit is contained in:
Kevin Mitchell 2015-11-25 17:57:52 -08:00 committed by wm4
parent 41246c8a34
commit 1f41c729bb

View File

@ -112,7 +112,8 @@ function add_video(s)
append_property(s, sec, "avsync", {prefix="A-V:"}) append_property(s, sec, "avsync", {prefix="A-V:"})
if append_property(s, sec, "drop-frame-count", {prefix="Dropped:"}) then 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-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 end
if append_property(s, sec, "display-fps", {prefix="Display FPS:", suffix=" (specified)"}) then if append_property(s, sec, "display-fps", {prefix="Display FPS:", suffix=" (specified)"}) then
append_property(s, sec, "estimated-display-fps", append_property(s, sec, "estimated-display-fps",