Searched refs:OPT_EXIT (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 171 #define OPT_EXIT 0x0800 macro 206 …{ "sources" , OPT_EXIT | HAS_ARG, { .func_arg = show_sources }, … 208 …{ "sinks" , OPT_EXIT | HAS_ARG, { .func_arg = show_sinks }, … 216 …{ "L", OPT_EXIT, { .func_arg = show_license }, "show license" }, … 217 …{ "h", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 218 …{ "?", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 219 …{ "help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 220 …{ "-help", OPT_EXIT, { .func_arg = show_help }, "show help", "topic" }, … 221 …{ "version", OPT_EXIT, { .func_arg = show_version }, "show version" }, … 222 …{ "buildconf", OPT_EXIT, { .func_arg = show_buildconf }, "show build configuration… [all …]
|
D | ffmpeg_opt.c | 3254 OPT_EXIT, 0, 0); in show_help_default() 3258 0, per_file | OPT_EXIT | OPT_EXPERT, 0); in show_help_default() 3261 per_file | OPT_EXIT, 0); in show_help_default() 3265 OPT_EXIT, per_file); in show_help_default() 3708 …{ "hwaccels", OPT_EXIT, { .func_arg = show_hw…
|
D | cmdutils.c | 340 if (po->flags & OPT_EXIT) in write_option() 802 if (po->flags & OPT_EXIT) { in split_commandline()
|
D | ffprobe.c | 3613 …{ "sections", OPT_EXIT, {.func_arg = opt_sections}, "print sections structure and section informat…
|