[SCM] libav/experimental: Reindent
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:08:55 UTC 2013
The following commit has been merged in the experimental branch:
commit 17b1493f747d5bf10bf91259194dbc7261c9c046
Author: Martin Storsjö <martin at martin.st>
Date: Mon Jun 21 19:02:35 2010 +0000
Reindent
Originally committed as revision 23684 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/http.c b/libavformat/http.c
index d4300a6..27d4e8a 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -439,7 +439,7 @@ static int http_write(URLContext *h, const uint8_t *buf, int size)
* signal EOF */
if (size > 0) {
/* upload data using chunked encoding */
- snprintf(temp, sizeof(temp), "%x\r\n", size);
+ snprintf(temp, sizeof(temp), "%x\r\n", size);
if ((ret = url_write(s->hd, temp, strlen(temp))) < 0 ||
(ret = url_write(s->hd, buf, size)) < 0 ||
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list