ffmpeg | branch: master | Timothy Gu <timothyg...@gmail.com> | Fri Nov 20 
21:29:34 2015 -0800| [f2d9ae6e49ed534786eed45ce434ed9780710910] | committer: 
Timothy Gu

avformat/utils: Fix indentation

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

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

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 9399489..3924647 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -3511,7 +3511,7 @@ int avformat_find_stream_info(AVFormatContext *ic, 
AVDictionary **options)
     }
 
     if (probesize)
-    estimate_timings(ic, old_offset);
+        estimate_timings(ic, old_offset);
 
     av_opt_set(ic, "skip_clear", "0", AV_OPT_SEARCH_CHILDREN);
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to