diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-09-26 17:27:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-09-26 17:27:08 +0000 |
commit | 35eab0c043d384bc5d50165f21310bbe2ca98cb9 (patch) | |
tree | 3f11541326b7ea1cc39dd31e63f16991e19a8dc9 | |
parent | 5fb83c384480c76bb4b05248c09f9c4bc77ce4f4 (diff) | |
download | ffmpeg-35eab0c043d384bc5d50165f21310bbe2ca98cb9.tar.gz |
reindent
Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/utils.c | 10 |
1 files changed, 5 insertions, 5 deletions
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) */ |