Lines Matching defs:option

2  * ffmpeg option parsing
9 * version 2.1 of the License, or (at your option) any later version.
119 av_log(NULL, AV_LOG_WARNING, "Multiple %s options specified for stream %d, only the last option '-%s%s%s "SPECIFIER_OPT_FMT_##type"' will be used.\n",\
361 .option = opts,
1223 /* set the format-level framerate option;
1403 const AVOption *option = av_opt_find(&class, e->key, NULL, 0,
1408 if (!option || foption)
1412 if (!(option->flags & AV_OPT_FLAG_DECODING_PARAM)) {
1414 "input file #%d (%s) is not a decoding option.\n", e->key,
1415 option->help ? option->help : "", nb_input_files - 1,
1422 "likely reason is either wrong type (e.g. a video option with "
1423 "no video streams) or that it is a private option of some decoder "
1425 option->help ? option->help : "", nb_input_files - 1, filename);
2208 "Invalid value '%s' for option '%s', required syntax is 'index:value'\n",
2357 "%s '%s' was specified through the %s option "
2672 "of failing, please use the -ignore_unknown option\n"
2739 const AVOption *option = av_opt_find(&class, e->key, NULL, 0,
2744 if (!option || foption)
2748 if (!(option->flags & AV_OPT_FLAG_ENCODING_PARAM)) {
2750 "output file #%d (%s) is not an encoding option.\n", e->key,
2751 option->help ? option->help : "", nb_output_files - 1,
2762 "likely reason is either wrong type (e.g. a video option with "
2763 "no video streams) or that it is a private option of some encoder "
2765 option->help ? option->help : "", nb_output_files - 1, filename);
3296 av_log(NULL, AV_LOG_FATAL, "%s: Invalid option or argument: '%s', parsed as '%s' = '%s'\n",
3445 av_log(NULL, AV_LOG_ERROR, "Unknown help option '%s'.\n", opt);