MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / print_all_lib_versions

Function print_all_lib_versions

cmdutils.c:313–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 }
312
313static void print_all_lib_versions(FILE* outstream, int indent)
314{
315 PRINT_LIB_VERSION(outstream, avutil, AVUTIL, indent);
316 PRINT_LIB_VERSION(outstream, avcodec, AVCODEC, indent);
317 PRINT_LIB_VERSION(outstream, avformat, AVFORMAT, indent);
318 PRINT_LIB_VERSION(outstream, avdevice, AVDEVICE, indent);
319 PRINT_LIB_VERSION(outstream, avfilter, AVFILTER, indent);
320 PRINT_LIB_VERSION(outstream, swscale, SWSCALE, indent);
321 PRINT_LIB_VERSION(outstream, postproc, POSTPROC, indent);
322}
323
324static void maybe_print_config(const char *lib, const char *cfg)
325{

Callers 2

show_bannerFunction · 0.85
show_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected