MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / print_all_libs_info

Function print_all_libs_info

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:1098–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096 } \
1097
1098static void print_all_libs_info(int flags, int level)
1099{
1100 PRINT_LIB_INFO(avutil, AVUTIL, flags, level);
1101 PRINT_LIB_INFO(avcodec, AVCODEC, flags, level);
1102 PRINT_LIB_INFO(avformat, AVFORMAT, flags, level);
1103 PRINT_LIB_INFO(avdevice, AVDEVICE, flags, level);
1104 PRINT_LIB_INFO(avfilter, AVFILTER, flags, level);
1105 PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level);
1106 PRINT_LIB_INFO(swscale, SWSCALE, flags, level);
1107 PRINT_LIB_INFO(swresample, SWRESAMPLE, flags, level);
1108 PRINT_LIB_INFO(postproc, POSTPROC, flags, level);
1109}
1110
1111static void print_program_info(int flags, int level)
1112{

Callers 2

show_bannerFunction · 0.85
show_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected