提交 7857d3cc 编写于 作者: B Baptiste Coudurier

fix indentation and add braces

Originally committed as revision 20289 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 45a49840
......@@ -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
for(i=0;i<ic->nb_streams;i++)
dump_stream_format(ic, i, index, is_output);
} 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册