summaryrefslogtreecommitdiffstats
path: root/core/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_core.h')
-rw-r--r--core/mp_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mp_core.h b/core/mp_core.h
index 82942c32cb..9b08492d77 100644
--- a/core/mp_core.h
+++ b/core/mp_core.h
@@ -272,7 +272,7 @@ typedef struct MPContext {
int max_frames;
bool playing_msg_shown;
- bool paused_for_cache;
+ bool paused_for_cache, paused_user;
// Set after showing warning about decoding being too slow for realtime
// playback rate. Used to avoid showing it multiple times.