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

Function opt_video_frames

fftools/ffmpeg_opt.c:1070–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070static int opt_video_frames(void *optctx, const char *opt, const char *arg)
1071{
1072 OptionsContext *o = optctx;
1073 return parse_option(o, "frames:v", arg, options);
1074}
1075
1076static int opt_audio_frames(void *optctx, const char *opt, const char *arg)
1077{

Callers

nothing calls this directly

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected