From 07b8abbd62c8d5b28f52a3e5e0192f16cad2405b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Nov 2015 22:49:50 +0100 Subject: player: remove display_sync_disable_counter We can implement it differently and drop a tiny bit of state. --- player/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 7031efc107..ed433b098c 100644 --- a/player/core.h +++ b/player/core.h @@ -273,7 +273,6 @@ typedef struct MPContext { // Timing error (in seconds) due to rounding on vsync boundaries double display_sync_error; double audio_drop_throttle; - int display_sync_disable_counter; // Number of mistimed frames. int mistimed_frames_total; /* Set if audio should be timed to start with video frame after seeking, -- cgit v1.2.3