1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00

avformat/utils: Fix indentation

This commit is contained in:
Timothy Gu 2015-11-20 21:29:34 -08:00
parent 1c3e43a627
commit f2d9ae6e49

View File

@ -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);