Reindent after 26330.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 14 Jan 2011 19:31:20 +0000 (19:31 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 14 Jan 2011 19:31:20 +0000 (19:31 +0000)
Originally committed as revision 26331 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c

index 575e5ea..9c434b2 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2412,7 +2412,7 @@ static int transcode(AVFormatContext **output_files,
     /* copy global metadata by default */
     if (metadata_global_autocopy) {
 
-            for (i = 0; i < nb_output_files; i++)
+        for (i = 0; i < nb_output_files; i++)
             av_metadata_copy(&output_files[i]->metadata, input_files[0]->metadata,
                              AV_METADATA_DONT_OVERWRITE);
     }