| 2848 | } |
| 2849 | |
| 2850 | static int opt_video_frames(void *optctx, const char *opt, const char *arg) |
| 2851 | { |
| 2852 | OptionsContext *o = optctx; |
| 2853 | return parse_option(o, "frames:v", arg, options); |
| 2854 | } |
| 2855 | |
| 2856 | static int opt_audio_frames(void *optctx, const char *opt, const char *arg) |
| 2857 | { |
nothing calls this directly
no test coverage detected