| 2854 | } |
| 2855 | |
| 2856 | static int opt_audio_frames(void *optctx, const char *opt, const char *arg) |
| 2857 | { |
| 2858 | OptionsContext *o = optctx; |
| 2859 | return parse_option(o, "frames:a", arg, options); |
| 2860 | } |
| 2861 | |
| 2862 | static int opt_data_frames(void *optctx, const char *opt, const char *arg) |
| 2863 | { |
nothing calls this directly
no test coverage detected