Commit 50e56b12 authored by bcoudurier's avatar bcoudurier

fix indentation and add braces

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20289 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e75264a1
......@@ -2949,9 +2949,10 @@ void dump_format(AVFormatContext *ic,
for(k=0; k<ic->programs[j]->nb_stream_indexes; k++)
dump_stream_format(ic, ic->programs[j]->stream_index[k], index, is_output);
}
} else
} else {
for(i=0;i<ic->nb_streams;i++)
dump_stream_format(ic, i, index, is_output);
}
if (ic->metadata) {
AVMetadataTag *tag=NULL;
av_log(NULL, AV_LOG_INFO, " Metadata\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment