| 244 | } |
| 245 | |
| 246 | int show_version(void *optctx, const char *opt, const char *arg) |
| 247 | { |
| 248 | av_log_set_callback(log_callback_help); |
| 249 | print_program_info (SHOW_COPYRIGHT, AV_LOG_INFO); |
| 250 | print_all_libs_info(SHOW_VERSION, AV_LOG_INFO); |
| 251 | |
| 252 | return 0; |
| 253 | } |
| 254 | |
| 255 | int show_buildconf(void *optctx, const char *opt, const char *arg) |
| 256 | { |
nothing calls this directly
no test coverage detected