summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index f1194d2454..4eac430263 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -159,6 +159,7 @@ typedef struct MPContext {
/* timestamp of video frame currently visible on screen
* (or at least queued to be flipped by VO) */
double video_pts;
+ double last_seek_pts;
// used to prevent hanging in some error cases
unsigned int start_timestamp;