[SCM] libav/experimental: reindent after commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:53:15 UTC 2013


The following commit has been merged in the experimental branch:
commit f2c061ec0fae5daeb5909ec7b0d0c2e1dd382e7c
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Mon Oct 19 02:20:08 2009 +0000

    reindent after commit
    
    Originally committed as revision 20307 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/utils.c b/libavformat/utils.c
index fc37347..a071070 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2958,8 +2958,8 @@ void dump_format(AVFormatContext *ic,
         if (total < ic->nb_streams)
             av_log(NULL, AV_LOG_INFO, "  No Program\n");
     }
-        for(i=0;i<ic->nb_streams;i++)
-            if (!printed[i])
+    for(i=0;i<ic->nb_streams;i++)
+        if (!printed[i])
             dump_stream_format(ic, i, index, is_output);
 
     if (ic->metadata) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list