Lines Matching defs:options
309 /* options specified by the user */
3562 static const OptionDef options[] = {
3618 av_log(NULL, AV_LOG_INFO, "usage: %s [options] input_file\n", program_name);
3626 show_help_options(options, "Main options:", 0, OPT_EXPERT, 0);
3627 show_help_options(options, "Advanced options:", OPT_EXPERT, 0, 0);
3666 parse_loglevel(argc, argv, options);
3677 show_banner(argc, argv, options);
3679 parse_options(NULL, argc, argv, options, opt_input_file);