MCPcopy Index your code
hub / github.com/byhook/ffmpeg4android / opt_data_codec

Function opt_data_codec

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

Source from the content-addressed store, hash-verified

268}
269
270static int opt_data_codec(void *optctx, const char *opt, const char *arg)
271{
272 OptionsContext *o = optctx;
273 return parse_option(o, "codec:d", arg, options);
274}
275
276static int opt_map(void *optctx, const char *opt, const char *arg)
277{

Callers 1

opt_presetFunction · 0.85

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected