0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

stats: comment to remind me about deprecated properties

This commit is contained in:
Julian 2017-01-23 17:13:28 +01:00 committed by wm4
parent 7429eace57
commit 6f9a7d1fdb

View File

@ -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=""})