summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/ffmdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c
index 535b01a0e1..dc4da29f09 100644
--- a/libavformat/ffmdec.c
+++ b/libavformat/ffmdec.c
@@ -287,7 +287,6 @@ static int ffm_read_header(AVFormatContext *s, AVFormatParameters *ap)
st = av_new_stream(s, 0);
if (!st)
goto fail;
- s->streams[i] = st;
av_set_pts_info(st, 64, 1, 1000000);