summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index cef398dea2..7df1a3ba1d 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -209,6 +209,9 @@ typedef struct MPContext {
// step this many frames, then pause
int step_frames;
+ bool status_printed;
+ int paused_cache_fill;
+
// Set after showing warning about decoding being too slow for realtime
// playback rate. Used to avoid showing it multiple times.
bool drop_message_shown;