MCPcopy Index your code
hub / github.com/byhook/ffmpeg4android / opt_data_frames

Function opt_data_frames

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

Source from the content-addressed store, hash-verified

2860}
2861
2862static int opt_data_frames(void *optctx, const char *opt, const char *arg)
2863{
2864 OptionsContext *o = optctx;
2865 return parse_option(o, "frames:d", arg, options);
2866}
2867
2868static int opt_default_new(OptionsContext *o, const char *opt, const char *arg)
2869{

Callers

nothing calls this directly

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected