[FFmpeg-cvslog] avformat/utils: Fix indentation
Timothy Gu
git at videolan.org
Sat Nov 21 06:33:56 CET 2015
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Fri Nov 20 21:29:34 2015 -0800| [f2d9ae6e49ed534786eed45ce434ed9780710910] | committer: Timothy Gu
avformat/utils: Fix indentation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2d9ae6e49ed534786eed45ce434ed9780710910
---
libavformat/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 9399489..3924647 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);
More information about the ffmpeg-cvslog
mailing list