summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/demux/demux.c b/demux/demux.c
index ba632218ec..1ce61da396 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -533,8 +533,6 @@ static struct demuxer *open_given_type(struct MPOpts *opts,
.type = desc->type,
.stream = stream,
.stream_pts = MP_NOPTS_VALUE,
- .movi_start = stream->start_pos,
- .movi_end = stream->end_pos,
.seekable = 1,
.accurate_seek = true,
.filepos = -1,