summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index eae7d545d2..b775e52535 100644
--- a/player/core.h
+++ b/player/core.h
@@ -302,6 +302,9 @@ typedef struct MPContext {
double last_vo_pts;
// Video PTS, or audio PTS if video has ended.
double playback_pts;
+ // audio stats only
+ int64_t audio_stat_start;
+ double written_audio;
int last_chapter;