[FFmpeg-cvslog] commit: Reindent after 26330. (Ronald S. Bultje )

git at videolan.org git
Fri Jan 14 21:03:08 CET 2011


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Fri Jan 14 19:31:20 2011 +0000| [8e8a3cc221ac61f2747b636f96c7ed042e6f18f1] | committer: Ronald S. Bultje 

Reindent after 26330.

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e8a3cc221ac61f2747b636f96c7ed042e6f18f1
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 575e5ea..9c434b2 100644
--- 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);
     }




More information about the ffmpeg-cvslog mailing list