Commit 037c08d6 authored by Måns Rullgård's avatar Måns Rullgård

avidec: fix error introduced in r17382

Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 02c0c8d1
......@@ -248,7 +248,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
avi->stream_index= -1;
if (get_riff(s, avi, pb) < 0)
if (get_riff(s, pb) < 0)
return -1;
avi->fsize = url_fsize(pb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment