summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-13 22:49:50 +0100
committerwm4 <wm4@nowhere>2015-11-13 22:49:50 +0100
commit07b8abbd62c8d5b28f52a3e5e0192f16cad2405b (patch)
tree847f85ae32a841576c33258ec8c0154423950786 /player/core.h
parentd5981924feb02384f9facbedc9fff2fb89ac8db3 (diff)
downloadmpv-07b8abbd62c8d5b28f52a3e5e0192f16cad2405b.tar.bz2
mpv-07b8abbd62c8d5b28f52a3e5e0192f16cad2405b.tar.xz
player: remove display_sync_disable_counter
We can implement it differently and drop a tiny bit of state.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
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,