summaryrefslogtreecommitdiff
path: root/libavformat/jvdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/jvdec.c')
-rw-r--r--libavformat/jvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/jvdec.c b/libavformat/jvdec.c
index 908a9261d9..42a4dbf4cc 100644
--- a/libavformat/jvdec.c
+++ b/libavformat/jvdec.c
@@ -70,7 +70,7 @@ static int read_header(AVFormatContext *s,
avio_skip(pb, 80);
ast = avformat_new_stream(s, NULL);
- vst = av_new_stream(s, 1);
+ vst = avformat_new_stream(s, NULL);
if (!ast || !vst)
return AVERROR(ENOMEM);