fixed prototype change

Originally committed as revision 150 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2001-09-25 18:27:53 +00:00
parent a190b7e94e
commit 63bdb086b1
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ static int open_input_stream(HTTPContext *c, const char *info)
return -1;
/* open stream */
s = av_open_input_file(input_filename, buf_size);
s = av_open_input_file(input_filename, NULL, buf_size, NULL);
if (!s)
return -1;
c->fmt_in = s;