mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 06:11:10 +00:00
stats: comment to remind me about deprecated properties
This commit is contained in:
parent
7429eace57
commit
6f9a7d1fdb
@ -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=""})
|
||||
|
Loading…
Reference in New Issue
Block a user