Commit | Line | Data |
---|---|---|
992f8eae SS |
1 | { "L", OPT_EXIT, {(void*)show_license}, "show license" }, |
2 | { "h", OPT_EXIT, {(void*)show_help}, "show help" }, | |
870e0150 RP |
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" }, | |
992f8eae SS |
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, {(void*)show_protocols}, "show available protocols" }, | |
62d75662 | 11 | { "filters", OPT_EXIT, {(void*)show_filters }, "show available filters" }, |
3f7bb426 | 12 | { "pix_fmts" , OPT_EXIT, {(void*)show_pix_fmts }, "show available pixel formats" }, |
05bffc12 | 13 | { "sample_fmts", OPT_EXIT, {.func_arg = show_sample_fmts }, "show available audio sample formats" }, |
26513856 | 14 | { "loglevel", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" }, |
8124d8ad | 15 | { "v", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" }, |