forked from FFmpeg/FFmpeg
fix indentation and add braces
Originally committed as revision 20289 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
45a49840f3
commit
7857d3ccf6
1 changed files with 4 additions and 3 deletions
|
@ -2949,9 +2949,10 @@ void dump_format(AVFormatContext *ic,
|
||||||
for(k=0; k<ic->programs[j]->nb_stream_indexes; k++)
|
for(k=0; k<ic->programs[j]->nb_stream_indexes; k++)
|
||||||
dump_stream_format(ic, ic->programs[j]->stream_index[k], index, is_output);
|
dump_stream_format(ic, ic->programs[j]->stream_index[k], index, is_output);
|
||||||
}
|
}
|
||||||
} else
|
} else {
|
||||||
for(i=0;i<ic->nb_streams;i++)
|
for(i=0;i<ic->nb_streams;i++)
|
||||||
dump_stream_format(ic, i, index, is_output);
|
dump_stream_format(ic, i, index, is_output);
|
||||||
|
}
|
||||||
if (ic->metadata) {
|
if (ic->metadata) {
|
||||||
AVMetadataTag *tag=NULL;
|
AVMetadataTag *tag=NULL;
|
||||||
av_log(NULL, AV_LOG_INFO, " Metadata\n");
|
av_log(NULL, AV_LOG_INFO, " Metadata\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue