[FFmpeg-cvslog] r20307 - trunk/libavformat/utils.c
bcoudurier
subversion
Mon Oct 19 04:20:10 CEST 2009
Author: bcoudurier
Date: Mon Oct 19 04:20:08 2009
New Revision: 20307
Log:
reindent after commit
Modified:
trunk/libavformat/utils.c
Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c Mon Oct 19 04:12:10 2009 (r20306)
+++ trunk/libavformat/utils.c Mon Oct 19 04:20:08 2009 (r20307)
@@ -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) {
More information about the ffmpeg-cvslog
mailing list