| 1160 | } |
| 1161 | |
| 1162 | int show_version(void *optctx, const char *opt, const char *arg) |
| 1163 | { |
| 1164 | av_log_set_callback(log_callback_help); |
| 1165 | print_program_info (SHOW_COPYRIGHT, AV_LOG_INFO); |
| 1166 | print_all_libs_info(SHOW_VERSION, AV_LOG_INFO); |
| 1167 | |
| 1168 | return 0; |
| 1169 | } |
| 1170 | |
| 1171 | int show_buildconf(void *optctx, const char *opt, const char *arg) |
| 1172 | { |
nothing calls this directly
no test coverage detected