help 82 doc/print_options.c if (o->help) help 83 doc/print_options.c printf("%s\n", o->help); help 91 doc/print_options.c printf("@item %s\n%s\n", u->name, u->help ? u->help : ""); help 198 fftools/cmdutils.c printf("-%-17s %s\n", buf, po->help); help 426 fftools/cmdutils.c "file it belongs to.\n", o->key, o->opt->help, help 432 fftools/cmdutils.c o->key, o->opt->help, o->val); help 814 fftools/cmdutils.c "argument '%s'.\n", po->name, po->help, arg); help 839 fftools/cmdutils.c "argument 0.\n", po->name, po->help); help 188 fftools/cmdutils.h const char *help; help 1299 fftools/ffmpeg_opt.c option->help ? option->help : "", nb_input_files - 1, help 1309 fftools/ffmpeg_opt.c option->help ? option->help : "", nb_input_files - 1, filename); help 2450 fftools/ffmpeg_opt.c option->help ? option->help : "", nb_output_files - 1, help 2464 fftools/ffmpeg_opt.c option->help ? option->help : "", nb_output_files - 1, filename); help 116 libavcodec/apedec.c uint32_t help; ///< bytes_to_follow resp. intermediate value help 352 libavcodec/apedec.c ctx->rc.help = ctx->rc.range / tot_f; help 353 libavcodec/apedec.c return ctx->rc.low / ctx->rc.help; help 364 libavcodec/apedec.c ctx->rc.help = ctx->rc.range >> shift; help 365 libavcodec/apedec.c return ctx->rc.low / ctx->rc.help; help 377 libavcodec/apedec.c ctx->rc.low -= ctx->rc.help * lt_f; help 378 libavcodec/apedec.c ctx->rc.range = ctx->rc.help * sy_f; help 493 libavcodec/tests/dct.c help(); help 410 libavcodec/tests/fft.c help(); help 123 libavcodec/tests/motion.c help(); help 373 libavfilter/vf_bwdif.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } help 58 libavfilter/vf_codecview.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } help 71 libavfilter/vf_histeq.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } help 82 libavfilter/vf_mcdeint.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } help 51 libavfilter/vf_mestimate.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } help 203 libavfilter/vf_minterpolate.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } help 78 libavfilter/vf_phase.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } help 53 libavfilter/vf_w3fdif.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } help 196 libavfilter/yadif_common.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } help 377 libavformat/tests/movenc.c help(); help 483 libavutil/opt.c av_log(obj, AV_LOG_WARNING, "The \"%s\" option is deprecated: %s\n", name, o->help); help 791 libavutil/opt.c av_log(obj, AV_LOG_WARNING, "The \"%s\" option is deprecated: %s\n", name, o->help); help 1249 libavutil/opt.c if (opt->help) help 1250 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " %s", opt->help); help 253 libavutil/opt.h const char *help; help 64 tools/enum_options.c if (o->help) help 65 tools/enum_options.c printf("%s\n", o->help); help 73 tools/enum_options.c printf("@item %s\n%s\n", u->name, u->help ? u->help : "");