summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-10 18:38:36 +0200
committerwm4 <wm4@nowhere>2015-08-10 18:38:36 +0200
commit8f2d9db79fc2f542b2973f245cc6b93fd35c1d80 (patch)
treeb5a31486e9c0aad9e284d0dfb38d463ecdc03bb0 /DOCS/man
parent5a52fe47a0e3fc4a84426eb7f705a50a44be9d98 (diff)
downloadmpv-8f2d9db79fc2f542b2973f245cc6b93fd35c1d80.tar.bz2
mpv-8f2d9db79fc2f542b2973f245cc6b93fd35c1d80.tar.xz
demux_mkv: disable timestamp fixup code again
This doesn't work too well if sections of the file change to a different framerate. It lowers our chances to guess the correct FPS in the display sync code. For normal playback, this (probably) doesn't help that much anyway, except that the "estimated-vf-fps" property will regress in the simplest mkv case. This will be fixed with the next commit. The now disabled code will probably be removed; it's not useful anymore.
Diffstat (limited to 'DOCS/man')
-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 a7783b965e..4e60e64c22 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2179,7 +2179,7 @@ Demuxer
as partial files).
``--demuxer-mkv-fix-timestamps=<yes|no>``
- Fix rounded Matroska timestamps (enabled by default). Matroska usually
+ Fix rounded Matroska timestamps (disabled by default). Matroska usually
stores timestamps rounded to milliseconds. This means timestamps jitter
by some amount around the intended timestamp. mpv can correct the timestamps
based on the framerate value stored in the file: the timestamp is rounded