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

Function opt_audio_codec

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

Source from the content-addressed store, hash-verified

250}
251
252static int opt_audio_codec(void *optctx, const char *opt, const char *arg)
253{
254 OptionsContext *o = optctx;
255 return parse_option(o, "codec:a", arg, options);
256}
257
258static int opt_video_codec(void *optctx, const char *opt, const char *arg)
259{

Callers 3

read_ffserver_streamsFunction · 0.85
opt_targetFunction · 0.85
opt_presetFunction · 0.85

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected