Browse Source

HTTP: Clarify a comment

Originally committed as revision 23681 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Martin Storsjö 15 years ago
parent
commit
a6a9158973
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/http.c

+ 1
- 1
libavformat/http.c View File

@@ -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);
}



Loading…
Cancel
Save