| 311 | } |
| 312 | |
| 313 | static 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 | |
| 324 | static void maybe_print_config(const char *lib, const char *cfg) |
| 325 | { |
no outgoing calls
no test coverage detected