summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-09-26 17:27:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-09-26 17:27:08 +0000
commit35eab0c043d384bc5d50165f21310bbe2ca98cb9 (patch)
tree3f11541326b7ea1cc39dd31e63f16991e19a8dc9 /libavformat
parent5fb83c384480c76bb4b05248c09f9c4bc77ce4f4 (diff)
reindent
Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/utils.c10
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) */