mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
fixed prototype change
Originally committed as revision 150 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a190b7e94e
commit
63bdb086b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user