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.
This commit is contained in:
wm4 2017-10-27 18:41:47 +02:00
parent c23c9e22ae
commit 3413fe4dfd
1 changed files with 0 additions and 1 deletions

View File

@ -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,
},
};