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

Function opt_video_frames

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

Source from the content-addressed store, hash-verified

2848}
2849
2850static int opt_video_frames(void *optctx, const char *opt, const char *arg)
2851{
2852 OptionsContext *o = optctx;
2853 return parse_option(o, "frames:v", arg, options);
2854}
2855
2856static int opt_audio_frames(void *optctx, const char *opt, const char *arg)
2857{

Callers

nothing calls this directly

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected