---
 libavformat/utils.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 96d86f4..1b3f483 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2283,11 +2283,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) {
-- 
1.7.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to