Mercurial > libavformat.hg
changeset 6152:b9dee5077174 libavformat
HTTP: Clarify a comment
author | mstorsjo |
---|---|
date | Mon, 21 Jun 2010 18:40:53 +0000 |
parents | 8634f4b534fc |
children | 2e07dcbab954 |
files | http.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/http.c Sun Jun 20 21:41:02 2010 +0000 +++ b/http.c Mon Jun 21 18:40:53 2010 +0000 @@ -434,7 +434,7 @@ 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); }