Searched refs:OPT_EXIT (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | opt_common.h | 44 …{ "sources" , OPT_EXIT | HAS_ARG, { .func_arg = show_sources }, … 46 …{ "sinks" , OPT_EXIT | HAS_ARG, { .func_arg = show_sinks }, … 200 …{ "L", OPT_EXIT, { .func_arg = show_license }, "show license" }, … 201 …{ "h", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 202 …{ "?", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 203 …{ "help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 204 …{ "-help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 205 …{ "version", OPT_EXIT, { .func_arg = show_version }, "show version" }, … 206 …{ "buildconf", OPT_EXIT, { .func_arg = show_buildconf }, "show build configuration… 207 …{ "formats", OPT_EXIT, { .func_arg = show_formats }, "show available formats" … [all …]
|
D | cmdutils.h | 148 #define OPT_EXIT 0x0800 macro
|
D | cmdutils.c | 300 if (po->flags & OPT_EXIT) in write_option() 740 if (po->flags & OPT_EXIT) { in split_commandline()
|
D | ffmpeg_opt.c | 3459 OPT_EXIT, 0, 0); in show_help_default() 3463 0, per_file | OPT_EXIT | OPT_EXPERT, 0); in show_help_default() 3466 per_file | OPT_EXIT, 0); in show_help_default() 3470 OPT_EXIT, per_file); in show_help_default() 3929 …{ "hwaccels", OPT_EXIT, { .func_arg = show_hw…
|
D | ffprobe.c | 3972 …{ "sections", OPT_EXIT, {.func_arg = opt_sections}, "print sections structure and section informat…
|