summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-17 02:51:13 +0200
committerwm4 <wm4@nowhere>2014-08-17 02:51:13 +0200
commit761037dcc6994e5dfbe2d336f665e84c1b7ff05e (patch)
tree84d93dbad5b09edb2eabb27865f7f0c4bc2b52ff /options
parent5b64f5ad35ba00d894c9efb1b12fa93ed1aa27fa (diff)
downloadmpv-761037dcc6994e5dfbe2d336f665e84c1b7ff05e.tar.bz2
mpv-761037dcc6994e5dfbe2d336f665e84c1b7ff05e.tar.xz
video: enable framedropping by default
Diffstat (limited to 'options')
-rw-r--r--options/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index 413125977a..090903bda6 100644
--- a/options/options.c
+++ b/options/options.c
@@ -609,6 +609,7 @@ const struct MPOpts mp_default_opts = {
.correct_pts = 1,
.user_pts_assoc_mode = 1,
.initial_audio_sync = 1,
+ .frame_dropping = 1,
.term_osd = 2,
.term_osd_bar_chars = "[-+-]",
.consolecontrols = 1,