mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avidec: fix error introduced in r17382
Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
02c0c8d17d
commit
037c08d6cd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user