MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / opt_audio_frames

Function opt_audio_frames

ffmpeg-single-cmd/src/main/cpp/ffmpeg_opt.c:2856–2860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2854}
2855
2856static 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
2862static int opt_data_frames(void *optctx, const char *opt, const char *arg)
2863{

Callers

nothing calls this directly

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected