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, 2 insertions, 0 deletions
diff --git a/core/mp_core.h b/core/mp_core.h
index 206ad030c9..b8782f14e9 100644
--- a/core/mp_core.h
+++ b/core/mp_core.h
@@ -215,6 +215,8 @@ typedef struct MPContext {
// As video_pts, but is not reset when seeking away. (For the very short
// period of time until a new frame is decoded and shown.)
double last_vo_pts;
+ // Video PTS, or audio PTS if video has ended.
+ double playback_pts;
float audio_delay;