summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-08 18:44:08 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commitfb62ffdb943c7b50c3667aeaf452301f84b3b67f (patch)
tree9770f6879956a467cbea2df20949f90e1991472e
parent1b611e38ef9291c309e97379ef432fd301605033 (diff)
downloadmpv-fb62ffdb943c7b50c3667aeaf452301f84b3b67f.tar.bz2
mpv-fb62ffdb943c7b50c3667aeaf452301f84b3b67f.tar.xz
manpage: mention that --no-correct-pts can break seeking too
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index ea8c6df26f..e1f1944408 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1020,8 +1020,8 @@ Video
determined using a fixed framerate value (either using the ``--fps``
option, or using file information). Sometimes, files with very broken
timestamps can be played somewhat well in this mode. Note that video
- filters, subtitle rendering and audio synchronization can be completely
- broken in this mode.
+ filters, subtitle rendering, seeking (including hr-seeks and backstepping),
+ and audio synchronization can be completely broken in this mode.
``--fps=<float>``
Override video framerate. Useful if the original value is wrong or missing.