| 1592 | } |
| 1593 | |
| 1594 | int show_encoders(void *optctx, const char *opt, const char *arg) |
| 1595 | { |
| 1596 | print_codecs(1); |
| 1597 | return 0; |
| 1598 | } |
| 1599 | |
| 1600 | int show_bsfs(void *optctx, const char *opt, const char *arg) |
| 1601 | { |
nothing calls this directly
no test coverage detected