Commit f2d9ae6e authored by Timothy Gu's avatar Timothy Gu

avformat/utils: Fix indentation

parent 1c3e43a6
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment