reindent after commit
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 19 Oct 2009 02:20:08 +0000 (02:20 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 19 Oct 2009 02:20:08 +0000 (02:20 +0000)
Originally committed as revision 20307 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index fc37347..a071070 100644 (file)
@@ -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) {