| 541 | } |
| 542 | |
| 543 | static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg) |
| 544 | { |
| 545 | OptionsContext *o = optctx; |
| 546 | return parse_option(o, "codec:s", arg, options); |
| 547 | } |
| 548 | |
| 549 | static int opt_data_codec(void *optctx, const char *opt, const char *arg) |
| 550 | { |
no test coverage detected