diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-12-13 00:18:04 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-12-13 09:42:15 +0100 |
commit | 65a3429e7ac107dc05f8c65d93cd3a5ba6652eba (patch) | |
tree | af90fc6b7b7255766c4a1df2072692a84a5a1fda /ffprobe.c | |
parent | 93f08827253ceb3683a9daecd3d3aa4592f2cca7 (diff) | |
download | ffmpeg-65a3429e7ac107dc05f8c65d93cd3a5ba6652eba.tar.gz |
ffprobe: add cosmetical empty line
Diffstat (limited to 'ffprobe.c')
-rw-r--r-- | ffprobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2381,6 +2381,7 @@ static int probe_file(WriterContext *wctx, const char *filename) writer_print_section_footer(wctx); CHECK_END; } + if (do_show_programs) { ret = show_programs(wctx, fmt_ctx); CHECK_END; |