From f2d9ae6e49ed534786eed45ce434ed9780710910 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Fri, 20 Nov 2015 21:29:34 -0800 Subject: [PATCH] avformat/utils: Fix indentation --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 9399489c7b..3924647744 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);