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 1d16a0e005..8a8a13cb97 100644
--- a/player/core.h
+++ b/player/core.h
@@ -335,6 +335,7 @@ typedef struct MPContext {
int last_dvb_step;
bool paused;
+ bool eof_reached;
// step this many frames, then pause
int step_frames;
// Counted down each frame, stop playback if 0 is reached. (-1 = disable)