[FFmpeg-cvslog] ffprobe: reindent after the last commit
Stefano Sabatini
git at videolan.org
Wed Jan 4 01:09:18 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Dec 29 12:52:04 2011 +0100| [4c5c0609c1fc62567de2d47b927c505524c300b5] | committer: Stefano Sabatini
ffprobe: reindent after the last commit
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c5c0609c1fc62567de2d47b927c505524c300b5
---
ffprobe.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index 42832d7..8d4d021 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -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);
More information about the ffmpeg-cvslog
mailing list