[FFmpeg-cvslog] lavf: cosmetic: format else with indentation

Michael Bradshaw git at videolan.org
Fri Jun 15 19:45:25 CEST 2012


ffmpeg | branch: master | Michael Bradshaw <mbradshaw at sorensonmedia.com> | Thu Jun 14 10:54:09 2012 -0600| [67703d64d70ba3f072b27bb94ad73d597b4f45d4] | committer: Michael Niedermayer

lavf: cosmetic: format else with indentation

Signed-off-by: Michael Bradshaw <mbradshaw at sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 0567ec2..c0574e5 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2049,7 +2049,7 @@ static void update_stream_timings(AVFormatContext *ic)
                 if (start_time1 < start_time_text)
                     start_time_text = start_time1;
             } else
-            start_time = FFMIN(start_time, start_time1);
+                start_time = FFMIN(start_time, start_time1);
             if (st->duration != AV_NOPTS_VALUE) {
                 end_time1 = start_time1
                           + av_rescale_q(st->duration, st->time_base, AV_TIME_BASE_Q);



More information about the ffmpeg-cvslog mailing list