forked from FFmpeg/FFmpeg
reindent after commit
Originally committed as revision 20307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7edbcfb79e
commit
f2c061ec0f
1 changed files with 2 additions and 2 deletions
|
@ -2958,8 +2958,8 @@ void dump_format(AVFormatContext *ic,
|
||||||
if (total < ic->nb_streams)
|
if (total < ic->nb_streams)
|
||||||
av_log(NULL, AV_LOG_INFO, " No Program\n");
|
av_log(NULL, AV_LOG_INFO, " No Program\n");
|
||||||
}
|
}
|
||||||
for(i=0;i<ic->nb_streams;i++)
|
for(i=0;i<ic->nb_streams;i++)
|
||||||
if (!printed[i])
|
if (!printed[i])
|
||||||
dump_stream_format(ic, i, index, is_output);
|
dump_stream_format(ic, i, index, is_output);
|
||||||
|
|
||||||
if (ic->metadata) {
|
if (ic->metadata) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue