| 535 | } |
| 536 | |
| 537 | static int opt_video_codec(void *optctx, const char *opt, const char *arg) |
| 538 | { |
| 539 | OptionsContext *o = optctx; |
| 540 | return parse_option(o, "codec:v", arg, options); |
| 541 | } |
| 542 | |
| 543 | static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg) |
| 544 | { |
no test coverage detected