| 2860 | } |
| 2861 | |
| 2862 | static int opt_data_frames(void *optctx, const char *opt, const char *arg) |
| 2863 | { |
| 2864 | OptionsContext *o = optctx; |
| 2865 | return parse_option(o, "frames:d", arg, options); |
| 2866 | } |
| 2867 | |
| 2868 | static int opt_default_new(OptionsContext *o, const char *opt, const char *arg) |
| 2869 | { |
nothing calls this directly
no test coverage detected