git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c1d6ac
)
cosmetics: reindent
author
Justin Ruggles
<justin.ruggles@gmail.com>
Mon, 27 Feb 2012 23:16:11 +0000
(18:16 -0500)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Mon, 5 Mar 2012 18:08:19 +0000
(13:08 -0500)
libavformat/utils.c
patch
|
blob
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
5b8a112
..
f5cb5d4
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-2325,11
+2325,11
@@
int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
/* flush the decoders */
if (st->info->found_decoder == 1) {
- do {
- err = try_decode_frame(st, &empty_pkt,
- (options && i < orig_nb_streams) ?
- &options[i] : NULL);
- } while (err > 0 && !has_codec_parameters(st));
+
do {
+
err = try_decode_frame(st, &empty_pkt,
+
(options && i < orig_nb_streams) ?
+
&options[i] : NULL);
+
} while (err > 0 && !has_codec_parameters(st));
}
if (err < 0) {