| 268 | } |
| 269 | |
| 270 | static int opt_data_codec(void *optctx, const char *opt, const char *arg) |
| 271 | { |
| 272 | OptionsContext *o = optctx; |
| 273 | return parse_option(o, "codec:d", arg, options); |
| 274 | } |
| 275 | |
| 276 | static int opt_map(void *optctx, const char *opt, const char *arg) |
| 277 | { |
no test coverage detected