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

Function opt_data_codec

fftools/ffmpeg_opt.c:549–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549static int opt_data_codec(void *optctx, const char *opt, const char *arg)
550{
551 OptionsContext *o = optctx;
552 return parse_option(o, "codec:d", arg, options);
553}
554
555static int opt_map(void *optctx, const char *opt, const char *arg)
556{

Callers 1

opt_presetFunction · 0.85

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected