MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / opt_data_frames

Function opt_data_frames

fftools/ffmpeg_opt.c:1082–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082static int opt_data_frames(void *optctx, const char *opt, const char *arg)
1083{
1084 OptionsContext *o = optctx;
1085 return parse_option(o, "frames:d", arg, options);
1086}
1087
1088static int opt_default_new(OptionsContext *o, const char *opt, const char *arg)
1089{

Callers

nothing calls this directly

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected