[FFmpeg-cvslog] cosmetics: reindent

Justin Ruggles git at videolan.org
Tue Mar 6 06:16:03 CET 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Mon Feb 27 18:16:11 2012 -0500| [94cf64b81fa129a92c92450521eced6bf6d9801e] | committer: Justin Ruggles

cosmetics: reindent

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94cf64b81fa129a92c92450521eced6bf6d9801e
---

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

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 5b8a112..f5cb5d4 100644
--- 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) {



More information about the ffmpeg-cvslog mailing list