You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/utils: Fix indentation
This commit is contained in:
@@ -3511,7 +3511,7 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (probesize)
|
if (probesize)
|
||||||
estimate_timings(ic, old_offset);
|
estimate_timings(ic, old_offset);
|
||||||
|
|
||||||
av_opt_set(ic, "skip_clear", "0", AV_OPT_SEARCH_CHILDREN);
|
av_opt_set(ic, "skip_clear", "0", AV_OPT_SEARCH_CHILDREN);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user