help 186 cmdutils.c printf("-%-17s %s\n", buf, po->help); help 415 cmdutils.c "file it belongs to.\n", o->key, o->opt->help, help 421 cmdutils.c o->key, o->opt->help, o->val); help 783 cmdutils.c "argument '%s'.\n", po->name, po->help, arg); help 808 cmdutils.c "argument 0.\n", po->name, po->help); help 188 cmdutils.h const char *help; help 76 doc/print_options.c if (o->help) help 77 doc/print_options.c printf("%s\n", o->help); help 85 doc/print_options.c printf("@item %s\n%s\n", u->name, u->help ? u->help : ""); help 982 ffmpeg_opt.c option->help ? option->help : "", nb_input_files - 1, help 992 ffmpeg_opt.c option->help ? option->help : "", nb_input_files - 1, filename); help 2081 ffmpeg_opt.c option->help ? option->help : "", nb_output_files - 1, help 2095 ffmpeg_opt.c option->help ? option->help : "", nb_output_files - 1, filename); help 115 libavcodec/apedec.c uint32_t help; ///< bytes_to_follow resp. intermediate value help 350 libavcodec/apedec.c ctx->rc.help = ctx->rc.range / tot_f; help 351 libavcodec/apedec.c return ctx->rc.low / ctx->rc.help; help 362 libavcodec/apedec.c ctx->rc.help = ctx->rc.range >> shift; help 363 libavcodec/apedec.c return ctx->rc.low / ctx->rc.help; help 375 libavcodec/apedec.c ctx->rc.low -= ctx->rc.help * lt_f; help 376 libavcodec/apedec.c ctx->rc.range = ctx->rc.help * sy_f; help 479 libavcodec/dct-test.c help(); help 263 libavcodec/fft-test.c help(); help 123 libavcodec/motion-test.c help(); help 70 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 80 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 53 libavfilter/vf_phase.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } help 48 libavfilter/vf_w3fdif.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } help 506 libavfilter/vf_yadif.c #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } help 1092 libavutil/opt.c if (opt->help) help 1093 libavutil/opt.c av_log(av_log_obj, AV_LOG_INFO, " %s", opt->help); help 262 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 : "");