Commit 76d0294c authored by bcoudurier's avatar bcoudurier

reindent after commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20307 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5ee379f5
......@@ -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;i<ic->nb_streams;i++)
if (!printed[i])
for(i=0;i<ic->nb_streams;i++)
if (!printed[i])
dump_stream_format(ic, i, index, is_output);
if (ic->metadata) {
......
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