Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-11-21 08:29:34 +0300
committerTimothy Gu <timothygu99@gmail.com>2015-11-21 08:33:46 +0300
commitf2d9ae6e49ed534786eed45ce434ed9780710910 (patch)
treeeafd020e1bc869bca2c0675592c44d82c457f295
parent1c3e43a6273822e1369818b80f34c8464e1009d5 (diff)
avformat/utils: Fix indentation
-rw-r--r--libavformat/utils.c2
1 files changed, 1 insertions, 1 deletions
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);