Browse code

Reindent after 26330.

Originally committed as revision 26331 to svn://svn.ffmpeg.org/ffmpeg/trunk

Ronald S. Bultje authored on 2011/01/15 04:31:20
Showing 1 changed files
... ...
@@ -2412,7 +2412,7 @@ static int transcode(AVFormatContext **output_files,
2412 2412
     /* copy global metadata by default */
2413 2413
     if (metadata_global_autocopy) {
2414 2414
 
2415
-            for (i = 0; i < nb_output_files; i++)
2415
+        for (i = 0; i < nb_output_files; i++)
2416 2416
             av_metadata_copy(&output_files[i]->metadata, input_files[0]->metadata,
2417 2417
                              AV_METADATA_DONT_OVERWRITE);
2418 2418
     }