Commit 63bdb086 authored by Fabrice Bellard's avatar Fabrice Bellard

fixed prototype change


Originally committed as revision 150 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a190b7e9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment