From f2c061ec0fae5daeb5909ec7b0d0c2e1dd382e7c Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 19 Oct 2009 02:20:08 +0000 Subject: [PATCH] reindent after commit Originally committed as revision 20307 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index fc373479de..a071070cad 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;inb_streams;i++) - if (!printed[i]) + for(i=0;inb_streams;i++) + if (!printed[i]) dump_stream_format(ic, i, index, is_output); if (ic->metadata) {