summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index fb335851d9..341ea84c47 100644
--- a/player/core.h
+++ b/player/core.h
@@ -345,6 +345,7 @@ typedef struct MPContext {
bool playing_msg_shown;
bool paused_for_cache;
+ double cache_stop_time, cache_wait_time;
// Set after showing warning about decoding being too slow for realtime
// playback rate. Used to avoid showing it multiple times.