You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
Reindent
Originally committed as revision 23684 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 ||
|
||||
|
Reference in New Issue
Block a user