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

Function opt_audio_codec

fftools/ffmpeg_opt.c:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531static int opt_audio_codec(void *optctx, const char *opt, const char *arg)
532{
533 OptionsContext *o = optctx;
534 return parse_option(o, "codec:a", arg, options);
535}
536
537static int opt_video_codec(void *optctx, const char *opt, const char *arg)
538{

Callers 2

opt_targetFunction · 0.85
opt_presetFunction · 0.85

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected