You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user