summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 836c945bc4..1783f92c96 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -534,6 +534,7 @@ static struct demuxer *open_given_type(struct MPOpts *opts,
.movi_start = stream->start_pos,
.movi_end = stream->end_pos,
.seekable = 1,
+ .accurate_seek = true,
.filepos = -1,
.opts = opts,
.filename = talloc_strdup(demuxer, stream->url),