[FFmpeg-cvslog] r21167 - trunk/libavformat/http.c
rbultje
subversion
Tue Jan 12 17:36:24 CET 2010
Author: rbultje
Date: Tue Jan 12 17:36:23 2010
New Revision: 21167
Log:
Reindent after r21166.
Modified:
trunk/libavformat/http.c
Modified: trunk/libavformat/http.c
==============================================================================
--- trunk/libavformat/http.c Tue Jan 12 17:36:00 2010 (r21166)
+++ trunk/libavformat/http.c Tue Jan 12 17:36:23 2010 (r21167)
@@ -355,7 +355,7 @@ static int http_write(URLContext *h, uin
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
More information about the ffmpeg-cvslog
mailing list