| 1586 | } |
| 1587 | |
| 1588 | int show_decoders(void *optctx, const char *opt, const char *arg) |
| 1589 | { |
| 1590 | print_codecs(0); |
| 1591 | return 0; |
| 1592 | } |
| 1593 | |
| 1594 | int show_encoders(void *optctx, const char *opt, const char *arg) |
| 1595 | { |
nothing calls this directly
no test coverage detected