diff --git a/ffprobe.c b/ffprobe.c index 46c232e1daf35ae7146e0ea2399c9fbe54224a0e..8afe5cbc881b01a766d942295742a9de8163b7f5 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;