Lines Matching refs:OPT_EXIT
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…
223 …{ "formats", OPT_EXIT, { .func_arg = show_formats }, "show available formats" …
224 …{ "muxers", OPT_EXIT, { .func_arg = show_muxers }, "show available muxers" }…
225 …{ "demuxers", OPT_EXIT, { .func_arg = show_demuxers }, "show available demuxers"…
226 …{ "devices", OPT_EXIT, { .func_arg = show_devices }, "show available devices" …
227 …{ "codecs", OPT_EXIT, { .func_arg = show_codecs }, "show available codecs" }…
228 …{ "decoders", OPT_EXIT, { .func_arg = show_decoders }, "show available decoders"…
229 …{ "encoders", OPT_EXIT, { .func_arg = show_encoders }, "show available encoders"…
230 …{ "bsfs", OPT_EXIT, { .func_arg = show_bsfs }, "show available bit strea…
231 …{ "protocols", OPT_EXIT, { .func_arg = show_protocols }, "show available protocols…
232 …{ "filters", OPT_EXIT, { .func_arg = show_filters }, "show available filters" …
233 …{ "pix_fmts", OPT_EXIT, { .func_arg = show_pix_fmts }, "show available pixel for…
234 …{ "layouts", OPT_EXIT, { .func_arg = show_layouts }, "show standard channel la…
235 …{ "sample_fmts", OPT_EXIT, { .func_arg = show_sample_fmts }, "show available audio sam…
236 …{ "colors", OPT_EXIT, { .func_arg = show_colors }, "show available color nam…