summaryrefslogtreecommitdiffstats
path: root/player/lua/stats.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/stats.lua')
-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 60ba62d3ce..db6d41fa90 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -336,7 +336,8 @@ local function add_video(s)
append_property(s, "estimated-display-fps",
{prefix="Display FPS:", suffix=" (estimated)"})
end
- if append_property(s, "fps", {prefix="FPS:", suffix=" (specified)"}) then
+ if append_property(s, "container-fps", {prefix="FPS:", suffix=" (specified)"}) or
+ append_property(s, "fps", {prefix="FPS:", suffix=" (specified)"}) then
append_property(s, "estimated-vf-fps",
{suffix=" (estimated)", nl="", indent=""})
else