| 256 | } |
| 257 | |
| 258 | static int opt_video_codec(void *optctx, const char *opt, const char *arg) |
| 259 | { |
| 260 | OptionsContext *o = optctx; |
| 261 | return parse_option(o, "codec:v", arg, options); |
| 262 | } |
| 263 | |
| 264 | static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg) |
| 265 | { |
no test coverage detected