options: change --sub-fix-timing default

Why? Better than wasting time by arguing with idiots.

Fixes #4484.
This commit is contained in:
wm4 2017-06-06 18:58:20 +02:00
parent fdd75f90ae
commit c075b48ee0
2 changed files with 4 additions and 5 deletions

View File

@ -1808,10 +1808,10 @@ Subtitles
removed in mpv 0.24.0.
``--sub-fix-timing``, ``--no-sub-fix-timing``
By default, subtitle timing is adjusted to remove minor gaps or overlaps
between subtitles (if the difference is smaller than 210 ms, the gap or
overlap is removed).
``--sub-fix-timing=<yes|no>``
Adjust subtitle timing is to remove minor gaps or overlaps between
subtitles (if the difference is smaller than 210 ms, the gap or overlap
is removed).
``--sub-forced-only``
Display only forced subtitles for the DVD subtitle stream selected by e.g.

View File

@ -957,7 +957,6 @@ const struct MPOpts mp_default_opts = {
.ass_style_override = 1,
.ass_shaper = 1,
.use_embedded_fonts = 1,
.sub_fix_timing = 1,
.screenshot_template = "mpv-shot%n",
.hwdec_api = HAVE_RPI ? HWDEC_RPI : 0,