From f7124be0914e2e6130c5aaddfc86b7f1d9955f92 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 8 Oct 2015 23:08:20 +0200 Subject: audio: add AO deviation logging Pretty dumb (and doesn't handle pausing or other discontinuities), but at least somewhat idiot-proof. --- player/core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player/core.h') 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; -- cgit v1.2.3