From 35eab0c043d384bc5d50165f21310bbe2ca98cb9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 26 Sep 2006 17:27:08 +0000 Subject: reindent Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavformat') diff --git a/libavformat/utils.c b/libavformat/utils.c index 910aaca4e6..d1166f3064 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -1812,11 +1812,11 @@ int av_find_stream_info(AVFormatContext *ic) break; } } - /* we did not get all the codec info, but we read too much data */ - if (read_size >= MAX_READ_SIZE) { - ret = count; - break; - } + /* we did not get all the codec info, but we read too much data */ + if (read_size >= MAX_READ_SIZE) { + ret = count; + break; + } /* NOTE: a new stream can be added there if no header in file (AVFMTCTX_NOHEADER) */ -- cgit v1.2.3