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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils_common_opts.h1 { "L", OPT_EXIT, {(void*)show_license}, "show license" },
2 { "h", OPT_EXIT, {(void*)show_help}, "show help" },
3 { "?", OPT_EXIT, {(void*)show_help}, "show help" },
4 { "help", OPT_EXIT, {(void*)show_help}, "show help" },
5 { "-help", OPT_EXIT, {(void*)show_help}, "show help" },
6 { "version", OPT_EXIT, {(void*)show_version}, "show version" },
7 { "formats" , OPT_EXIT, {(void*)show_formats }, "show available formats" },
8 { "codecs" , OPT_EXIT, {(void*)show_codecs }, "show available codecs" },
9 { "bsfs" , OPT_EXIT, {(void*)show_bsfs }, "show available bit stream filters" },
10 { "protocols", OPT_EXIT, {(voi
[all...]
H A Dcmdutils.h138 #define OPT_EXIT 0x0800 macro
H A Dcmdutils.c292 if (po->flags & OPT_EXIT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_common_opts.h1 { "L" , OPT_EXIT, {.func_arg = show_license}, "show license" },
2 { "h" , OPT_EXIT, {.func_arg = show_help}, "show help", "topic" },
3 { "?" , OPT_EXIT, {.func_arg = show_help}, "show help", "topic" },
4 { "help" , OPT_EXIT, {.func_arg = show_help}, "show help", "topic" },
5 { "-help" , OPT_EXIT, {.func_arg = show_help}, "show help", "topic" },
6 { "version" , OPT_EXIT, {.func_arg = show_version}, "show version" },
7 { "buildconf" , OPT_EXIT, {.func_arg = show_buildconf}, "show build configuration" },
8 { "formats" , OPT_EXIT, {.func_arg = show_formats }, "show available formats" },
9 { "devices" , OPT_EXIT, {.func_arg = show_devices }, "show available devices" },
10 { "codecs" , OPT_EXIT, {
[all...]
H A Dcmdutils.h171 #define OPT_EXIT 0x0800 macro
H A Dcmdutils.c324 if (po->flags & OPT_EXIT)
766 if (po->flags & OPT_EXIT) {
H A Dffmpeg_opt.c2569 OPT_EXIT, 0, 0);
2573 0, per_file | OPT_EXIT | OPT_EXPERT, 0);
2576 per_file | OPT_EXIT, 0);
2580 OPT_EXIT, per_file);
H A Dffprobe.c2869 { "sections", OPT_EXIT, {.func_arg = opt_sections}, "print sections structure and section information, and exit" },

Completed in 93 milliseconds