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

Function check_options

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:497–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497static void check_options(const OptionDef *po)
498{
499 while (po->name) {
500 if (po->flags & OPT_PERFILE)
501 av_assert0(po->flags & (OPT_INPUT | OPT_OUTPUT));
502 po++;
503 }
504}
505
506void parse_loglevel(int argc, char **argv, const OptionDef *options)
507{

Callers 1

parse_loglevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected