| 60 | int hide_banner = 0; |
| 61 | |
| 62 | void uninit_opts(void) |
| 63 | { |
| 64 | av_dict_free(&swr_opts); |
| 65 | av_dict_free(&sws_dict); |
| 66 | av_dict_free(&format_opts); |
| 67 | av_dict_free(&codec_opts); |
| 68 | } |
| 69 | |
| 70 | void log_callback_help(void *ptr, int level, const char *fmt, va_list vl) |
| 71 | { |
no test coverage detected