Browse Source

Reindent after r21166.

Originally committed as revision 21167 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Ronald S. Bultje 15 years ago
parent
commit
2edabfdfdb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/http.c

+ 1
- 1
libavformat/http.c View File

@@ -355,7 +355,7 @@ static int http_write(URLContext *h, uint8_t *buf, int size)

if (s->chunksize == -1) {
/* headers are sent without any special encoding */
return url_write(s->hd, buf, size);
return url_write(s->hd, buf, size);
}

/* silently ignore zero-size data since chunk encoding that would


Loading…
Cancel
Save