Lines Matching refs:OPT_EXIT

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" }, \
208 { "muxers", OPT_EXIT, { .func_arg = show_muxers }, "show available muxers" }, \
209 { "demuxers", OPT_EXIT, { .func_arg = show_demuxers }, "show available demuxers" }, \
210 { "devices", OPT_EXIT, { .func_arg = show_devices }, "show available devices" }, \
211 { "codecs", OPT_EXIT, { .func_arg = show_codecs }, "show available codecs" }, \
212 { "decoders", OPT_EXIT, { .func_arg = show_decoders }, "show available decoders" }, \
213 { "encoders", OPT_EXIT, { .func_arg = show_encoders }, "show available encoders" }, \
214 { "bsfs", OPT_EXIT, { .func_arg = show_bsfs }, "show available bit stream filters" }, \
215 { "protocols", OPT_EXIT, { .func_arg = show_protocols }, "show available protocols" }, \
216 { "filters", OPT_EXIT, { .func_arg = show_filters }, "show available filters" }, \
217 { "pix_fmts", OPT_EXIT, { .func_arg = show_pix_fmts }, "show available pixel formats" }, \
218 { "layouts", OPT_EXIT, { .func_arg = show_layouts }, "show standard channel layouts" }, \
219 { "sample_fmts", OPT_EXIT, { .func_arg = show_sample_fmts }, "show available audio sample formats" }, \
220 { "dispositions", OPT_EXIT, { .func_arg = show_dispositions}, "show available stream dispositions" }, \
221 { "colors", OPT_EXIT, { .func_arg = show_colors }, "show available color names" }, \