diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-29 12:52:04 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-04 01:06:03 +0100 |
commit | 4c5c0609c1fc62567de2d47b927c505524c300b5 (patch) | |
tree | 4c00f2350dfba7923b04c4cd7798fe21a7842b75 /ffprobe.c | |
parent | 90347dabc8a41c03e4d282c301de917cd9b9e21b (diff) | |
download | ffmpeg-4c5c0609c1fc62567de2d47b927c505524c300b5.tar.gz |
ffprobe: reindent after the last commit
Diffstat (limited to 'ffprobe.c')
-rw-r--r-- | ffprobe.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1403,10 +1403,10 @@ static int probe_file(const char *filename) writer_print_header(wctx); ret = open_input_file(&fmt_ctx, filename); if (ret >= 0) { - PRINT_CHAPTER(packets); - PRINT_CHAPTER(streams); - PRINT_CHAPTER(format); - avformat_close_input(&fmt_ctx); + PRINT_CHAPTER(packets); + PRINT_CHAPTER(streams); + PRINT_CHAPTER(format); + avformat_close_input(&fmt_ctx); } writer_print_footer(wctx); writer_close(&wctx); |