| 262 | } |
| 263 | |
| 264 | static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg) |
| 265 | { |
| 266 | OptionsContext *o = optctx; |
| 267 | return parse_option(o, "codec:s", arg, options); |
| 268 | } |
| 269 | |
| 270 | static int opt_data_codec(void *optctx, const char *opt, const char *arg) |
| 271 | { |
no test coverage detected