Skip to content
Snippets Groups Projects
Commit 63bdb086 authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

fixed prototype change

Originally committed as revision 150 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a190b7e9
No related branches found
No related tags found
No related merge requests found
...@@ -733,7 +733,7 @@ static int open_input_stream(HTTPContext *c, const char *info) ...@@ -733,7 +733,7 @@ static int open_input_stream(HTTPContext *c, const char *info)
return -1; return -1;
/* open stream */ /* open stream */
s = av_open_input_file(input_filename, buf_size); s = av_open_input_file(input_filename, NULL, buf_size, NULL);
if (!s) if (!s)
return -1; return -1;
c->fmt_in = s; c->fmt_in = s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment