Commit f4d2cb5a authored by glantau's avatar glantau

fixed prototype change


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@150 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 958f2f8f
...@@ -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;
......
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