mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 01:42:20 +00: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;
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user