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

Function opt_video_codec

fftools/ffmpeg_opt.c:537–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537static int opt_video_codec(void *optctx, const char *opt, const char *arg)
538{
539 OptionsContext *o = optctx;
540 return parse_option(o, "codec:v", arg, options);
541}
542
543static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg)
544{

Callers 2

opt_targetFunction · 0.85
opt_presetFunction · 0.85

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected