Home
last modified time | relevance | path

Searched refs:OPT_EXIT (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dopt_common.h44 { "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, {
[all...]
H A Dcmdutils.h148 #define OPT_EXIT 0x0800 macro
H A Dcmdutils.c300 if (po->flags & OPT_EXIT) in write_option()
740 if (po->flags & OPT_EXIT) { in split_commandline()
H A Dffmpeg_opt.c3459 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_hwaccels },
H A Dffprobe.c3972 { "sections", OPT_EXIT, {.func_arg = opt_sections}, "print sections structure and section information, and exit" },

Completed in 15 milliseconds