[SCM] libav/experimental: fixed prototype change
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:30:07 UTC 2013
The following commit has been merged in the experimental branch:
commit 63bdb086b1daabdd75d68b7cd9056c380b645e9f
Author: Fabrice Bellard <fabrice at bellard.org>
Date: Tue Sep 25 18:27:53 2001 +0000
fixed prototype change
Originally committed as revision 150 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/ffserver.c b/ffserver.c
index 1cb9450..36d0977 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list