projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Properly initialize filesize during input buffer initialization.
[libav.git]
/
libavformat
/
http.c
diff --git
a/libavformat/http.c
b/libavformat/http.c
index
46b1814
..
9e8fce5
100644
(file)
--- a/
libavformat/http.c
+++ b/
libavformat/http.c
@@
-242,6
+242,7
@@
static int http_connect(URLContext *h, const char *path, const char *hoststr,
s->buf_end = s->buffer;
s->line_count = 0;
s->off = 0;
+ s->filesize = -1;
if (post) {
sleep(1);
return 0;