git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6785e92
)
HTTP: Clarify a comment
author
Martin Storsjö
<martin@martin.st>
Mon, 21 Jun 2010 18:40:53 +0000
(18:40 +0000)
committer
Martin Storsjö
<martin@martin.st>
Mon, 21 Jun 2010 18:40:53 +0000
(18:40 +0000)
Originally committed as revision 23681 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/http.c
patch
|
blob
|
history
diff --git
a/libavformat/http.c
b/libavformat/http.c
index
cc7dc08
..
ae03e0f
100644
(file)
--- a/
libavformat/http.c
+++ b/
libavformat/http.c
@@
-434,7
+434,7
@@
static int http_write(URLContext *h, const uint8_t *buf, int size)
return AVERROR(EIO);
if (s->chunksize == -1) {
- /*
headers are
sent without any special encoding */
+ /*
non-chunked data is
sent without any special encoding */
return url_write(s->hd, buf, size);
}