diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 0f8837d..ea814e4 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -242,5 +242,8 @@ namespace QuickMedia { int video_max_height = 0; std::mutex login_inputs_mutex; const char *yt_dl_name = nullptr; + + mgl::Clock update_monitor_max_fps_timer; + int monitor_max_fps = 0; }; } |