Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ffprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 46c232e1da..8afe5cbc88 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -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;