00001 { "L", OPT_EXIT, {(void*)show_license}, "show license" },
00002 { "h", OPT_EXIT, {(void*)show_help}, "show help" },
00003 { "?", OPT_EXIT, {(void*)show_help}, "show help" },
00004 { "help", OPT_EXIT, {(void*)show_help}, "show help" },
00005 { "-help", OPT_EXIT, {(void*)show_help}, "show help" },
00006 { "version", OPT_EXIT, {(void*)show_version}, "show version" },
00007 { "formats" , OPT_EXIT, {(void*)show_formats }, "show available formats" },
00008 { "codecs" , OPT_EXIT, {(void*)show_codecs }, "show available codecs" },
00009 { "bsfs" , OPT_EXIT, {(void*)show_bsfs }, "show available bit stream filters" },
00010 { "protocols", OPT_EXIT, {(void*)show_protocols}, "show available protocols" },
00011 { "filters", OPT_EXIT, {(void*)show_filters }, "show available filters" },
00012 { "pix_fmts" , OPT_EXIT, {(void*)show_pix_fmts }, "show available pixel formats" },
00013 { "loglevel", HAS_ARG | OPT_FUNC2, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" },