[SCM] libav/experimental: Reindent after 26330.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 8e8a3cc221ac61f2747b636f96c7ed042e6f18f1
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri Jan 14 19:31:20 2011 +0000

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

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);
     }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list