Commit af92c515 authored by stefano's avatar stefano

Reindent.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13956 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 17ae2323
...@@ -416,11 +416,11 @@ static void start_children(FFStream *feed) ...@@ -416,11 +416,11 @@ static void start_children(FFStream *feed)
slash++; slash++;
strcpy(slash, "ffmpeg"); strcpy(slash, "ffmpeg");
http_log("Launch commandline: "); http_log("Launch commandline: ");
http_log("%s ", pathname); http_log("%s ", pathname);
for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++) for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
http_log("%s ", feed->child_argv[i]); http_log("%s ", feed->child_argv[i]);
http_log("\n"); http_log("\n");
for (i = 3; i < 256; i++) for (i = 3; i < 256; i++)
close(i); close(i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment