Browse Source

avformat/utils: Fix indentation

Timothy Gu 9 years ago
parent
commit
f2d9ae6e49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavformat/utils.c

+ 1 - 1
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);