summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-07 23:47:18 +0100
committerwm4 <wm4@nowhere>2015-12-07 23:48:59 +0100
commit3d66a5d14eaa6081dd8b14dd8dd03cf996e4945e (patch)
tree72ec54bf533e8d4f887b7a8196a4f50d4552842e /DOCS
parentc138505813b219c9ced0fbd623f6c66765bff2bf (diff)
downloadmpv-3d66a5d14eaa6081dd8b14dd8dd03cf996e4945e.tar.bz2
mpv-3d66a5d14eaa6081dd8b14dd8dd03cf996e4945e.tar.xz
sub: increase gap/overlap fixing threshold to 210ms
Don't ask why.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f2244fc302..7533c389d7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1584,7 +1584,7 @@ Subtitles
``--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 200 ms, the gap or
+ between subtitles (if the difference is smaller than 210 ms, the gap or
overlap is removed).
``--sub-forced-only``