Commit 4c5c0609 authored by Stefano Sabatini's avatar Stefano Sabatini

ffprobe: reindent after the last commit

parent 90347dab
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment