| 547 | } |
| 548 | |
| 549 | static int opt_data_codec(void *optctx, const char *opt, const char *arg) |
| 550 | { |
| 551 | OptionsContext *o = optctx; |
| 552 | return parse_option(o, "codec:d", arg, options); |
| 553 | } |
| 554 | |
| 555 | static int opt_map(void *optctx, const char *opt, const char *arg) |
| 556 | { |
no test coverage detected