From 8f2d9db79fc2f542b2973f245cc6b93fd35c1d80 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Aug 2015 18:38:36 +0200 Subject: 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. --- demux/demux_mkv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux') diff --git a/demux/demux_mkv.c b/demux/demux_mkv.c index e8f0c596cd..d1271c2fdd 100644 --- a/demux/demux_mkv.c +++ b/demux/demux_mkv.c @@ -206,7 +206,7 @@ const struct m_sub_options demux_mkv_conf = { .size = sizeof(struct demux_mkv_opts), .defaults = &(const struct demux_mkv_opts){ .subtitle_preroll_secs = 1.0, - .fix_timestamps = 1, + .fix_timestamps = 0, }, }; -- cgit v1.2.3