Skip to content
Snippets Groups Projects
Commit 037c08d6 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

avidec: fix error introduced in r17382

Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 02c0c8d1
No related branches found
No related tags found
No related merge requests found
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment