[FFmpeg-cvslog] r23681 - trunk/libavformat/http.c
mstorsjo
subversion
Mon Jun 21 20:40:53 CEST 2010
Author: mstorsjo
Date: Mon Jun 21 20:40:53 2010
New Revision: 23681
Log:
HTTP: Clarify a comment
Modified:
trunk/libavformat/http.c
Modified: trunk/libavformat/http.c
==============================================================================
--- trunk/libavformat/http.c Mon Jun 21 19:01:22 2010 (r23680)
+++ trunk/libavformat/http.c Mon Jun 21 20:40:53 2010 (r23681)
@@ -434,7 +434,7 @@ static int http_write(URLContext *h, con
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);
}
More information about the ffmpeg-cvslog
mailing list