summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-14 23:59:35 +0200
committerwm4 <wm4@nowhere>2014-08-14 23:59:35 +0200
commitd5940fabcd6b477c72430c84e460975060807646 (patch)
treeb8392948588c4e3e5d42c10537351697424659e4 /DOCS/man
parent498644afafbcff1bf4f4bcdc1bbc8ef41aae9546 (diff)
downloadmpv-d5940fabcd6b477c72430c84e460975060807646.tar.bz2
mpv-d5940fabcd6b477c72430c84e460975060807646.tar.xz
sub: add option to workaround broken mkv files
See additions to options.rst.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2bc7353299..356bd903b3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1322,6 +1322,13 @@ Subtitles
Can be used to disable display of subtitles, but still select and decode
them.
+``--sub-clear-on-seek``
+ (Obscure, rarely useful.) Can be used to play broken mkv files with
+ duplicate ReadOrder fields. ReadOrder is the first field in a
+ Matroska-style ASS subtitle packets. It should be unique, and libass
+ uses it for fast elimination of duplicates. This option disables caching
+ of subtitles across seeks, so after a seek libass can't eliminate subtitle
+ packets with the same ReadOrder as earlier packets.
Window
------