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

Function opt_video_codec

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

Source from the content-addressed store, hash-verified

256}
257
258static int opt_video_codec(void *optctx, const char *opt, const char *arg)
259{
260 OptionsContext *o = optctx;
261 return parse_option(o, "codec:v", arg, options);
262}
263
264static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg)
265{

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