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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/mp_core.h b/core/mp_core.h
index 9b08492d77..9588a77b24 100644
--- a/core/mp_core.h
+++ b/core/mp_core.h
@@ -265,14 +265,14 @@ typedef struct MPContext {
int last_dvb_step;
int dvbin_reopen;
- int paused;
+ bool paused;
// step this many frames, then pause
int step_frames;
// Counted down each frame, stop playback if 0 is reached. (-1 = disable)
int max_frames;
bool playing_msg_shown;
- bool paused_for_cache, paused_user;
+ bool paused_for_cache;
// Set after showing warning about decoding being too slow for realtime
// playback rate. Used to avoid showing it multiple times.