summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-27 18:41:47 +0200
committerwm4 <wm4@nowhere>2017-10-27 18:41:47 +0200
commit3413fe4dfdd61724719e3582aeb91b2523a00b84 (patch)
tree36df5221ff142533077f99c6ff01374ee4c2bdeb
parentc23c9e22aef88eede0d3a6b3c63e125a9c7ba8e0 (diff)
downloadmpv-3413fe4dfdd61724719e3582aeb91b2523a00b84.tar.bz2
mpv-3413fe4dfdd61724719e3582aeb91b2523a00b84.tar.xz
demux_mkv: don't probe start time by default
It isn't all that reliable, and improving it would make startup slower and require more complexity. There isn't even a good reason to do this (other than semi-broken mkv files), so don't do it. Also see previous commit.
-rw-r--r--demux/demux_mkv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/demux_mkv.c b/demux/demux_mkv.c
index 753d783063..07864be195 100644
--- a/demux/demux_mkv.c
+++ b/demux/demux_mkv.c
@@ -236,7 +236,6 @@ const struct m_sub_options demux_mkv_conf = {
.subtitle_preroll = 2,
.subtitle_preroll_secs = 1.0,
.subtitle_preroll_secs_index = 10.0,
- .probe_start_time = 1,
},
};