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

Function opt_subtitle_codec

fftools/ffmpeg_opt.c:543–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg)
544{
545 OptionsContext *o = optctx;
546 return parse_option(o, "codec:s", arg, options);
547}
548
549static int opt_data_codec(void *optctx, const char *opt, const char *arg)
550{

Callers 1

opt_presetFunction · 0.85

Calls 1

parse_optionFunction · 0.85

Tested by

no test coverage detected