From a6a9158973ac9a900ca5806ae13e02a28c9388db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 21 Jun 2010 18:40:53 +0000 Subject: HTTP: Clarify a comment Originally committed as revision 23681 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/http.c') diff --git a/libavformat/http.c b/libavformat/http.c index cc7dc08f5a..ae03e0ff58 100644 --- 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); } -- cgit v1.2.3