Commit 7aeb4232 authored by mru's avatar mru

avidec: fix error introduced in r17382

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17385 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d5b666c
...@@ -248,7 +248,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap) ...@@ -248,7 +248,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
avi->stream_index= -1; avi->stream_index= -1;
if (get_riff(s, avi, pb) < 0) if (get_riff(s, pb) < 0)
return -1; return -1;
avi->fsize = url_fsize(pb); 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