Browse Source

fixed prototype change

Originally committed as revision 150 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 24 years ago
parent
commit
63bdb086b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffserver.c

+ 1
- 1
ffserver.c 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;


Loading…
Cancel
Save