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
1 changed files with 2 additions and 1 deletions

View File

@ -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",