summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/lua/stats.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index 76b417b6f3..ebe523236a 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -378,6 +378,7 @@ local function add_video(s)
append_property(s, "frame-drop-count", {prefix="VO:", nl=""})
append_property(s, "mistimed-frame-count", {prefix="Mistimed:", nl=""})
append_property(s, "vo-delayed-frame-count", {prefix="Delayed:", nl=""})
+ -- Deprecated FPS properties for backwards compatibility
elseif append_property(s, "drop-frame-count", {prefix="Dropped:"}) then
append_property(s, "vo-drop-frame-count", {prefix="VO:", nl=""})
append_property(s, "mistimed-frame-count", {prefix="Mistimed:", nl=""})