| 253 | } |
| 254 | |
| 255 | int show_buildconf(void *optctx, const char *opt, const char *arg) |
| 256 | { |
| 257 | av_log_set_callback(log_callback_help); |
| 258 | print_buildconf (INDENT|0, AV_LOG_INFO); |
| 259 | |
| 260 | return 0; |
| 261 | } |
| 262 | |
| 263 | #define PRINT_CODEC_SUPPORTED(codec, config, type, name, elem, fmt, ...) \ |
| 264 | do { \ |
nothing calls this directly
no test coverage detected