| 1068 | } |
| 1069 | |
| 1070 | static int opt_video_frames(void *optctx, const char *opt, const char *arg) |
| 1071 | { |
| 1072 | OptionsContext *o = optctx; |
| 1073 | return parse_option(o, "frames:v", arg, options); |
| 1074 | } |
| 1075 | |
| 1076 | static int opt_audio_frames(void *optctx, const char *opt, const char *arg) |
| 1077 | { |
nothing calls this directly
no test coverage detected