Commit a6a91589 authored by Martin Storsjö's avatar Martin Storsjö

HTTP: Clarify a comment

Originally committed as revision 23681 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6785e927
......@@ -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);
}
......
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