From c9c01a07f8e5846379b0fe01eb9320f4e8519bb5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Aug 2020 11:17:14 +0200 Subject: audio: remove delay debug logging Some absurd useless stuff. --- player/core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 9b468492bf..810c192885 100644 --- a/player/core.h +++ b/player/core.h @@ -379,9 +379,6 @@ typedef struct MPContext { double last_frame_duration; // 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