summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/lua/stats.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index 4073661184..ea0c88e3f9 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -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",