| 1080 | } |
| 1081 | |
| 1082 | static int opt_data_frames(void *optctx, const char *opt, const char *arg) |
| 1083 | { |
| 1084 | OptionsContext *o = optctx; |
| 1085 | return parse_option(o, "frames:d", arg, options); |
| 1086 | } |
| 1087 | |
| 1088 | static int opt_default_new(OptionsContext *o, const char *opt, const char *arg) |
| 1089 | { |
nothing calls this directly
no test coverage detected