summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mp_core.h b/mp_core.h
index 2307a88724..32f7f26ef8 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -74,6 +74,10 @@ typedef struct MPContext {
// by the audio CPU usage meter.
double delay;
+ // Used to communicate the parameters of a seek between parts
+ float rel_seek_secs;
+ int abs_seek_pos;
+
float begin_skip; ///< start time of the current skip while on edlout mode
// audio is muted if either EDL or user activates mute
short edl_muted; ///< Stores whether EDL is currently in muted mode.
@@ -108,8 +112,6 @@ typedef struct MPContext {
// Most of these should not be globals
-extern int abs_seek_pos;
-extern float rel_seek_secs;
extern FILE *edl_fd;
extern int file_filter;
// These appear in options list