print_section_footer  443 fftools/ffprobe.c     void (*print_section_footer)(WriterContext *wctx);
print_section_footer  667 fftools/ffprobe.c     if (wctx->writer->print_section_footer)
print_section_footer  668 fftools/ffprobe.c         wctx->writer->print_section_footer(wctx);
print_section_footer 1013 fftools/ffprobe.c     .print_section_footer  = default_print_section_footer,
print_section_footer 1191 fftools/ffprobe.c     .print_section_footer = compact_print_section_footer,
print_section_footer 1222 fftools/ffprobe.c     .print_section_footer = compact_print_section_footer,
print_section_footer 1616 fftools/ffprobe.c     .print_section_footer = json_print_section_footer,
print_section_footer 1788 fftools/ffprobe.c     .print_section_footer = xml_print_section_footer,