mirror of https://github.com/FFmpeg/FFmpeg.git
Originally committed as revision 20664 to svn://svn.ffmpeg.org/ffmpeg/trunkrelease/0.6
parent
587edd6af8
commit
992f8eaee7
4 changed files with 12 additions and 25 deletions
@ -0,0 +1,8 @@ |
||||
{ "L", OPT_EXIT, {(void*)show_license}, "show license" }, |
||||
{ "h", OPT_EXIT, {(void*)show_help}, "show help" }, |
||||
{ "version", OPT_EXIT, {(void*)show_version}, "show version" }, |
||||
{ "formats" , OPT_EXIT, {(void*)show_formats }, "show available formats" }, |
||||
{ "codecs" , OPT_EXIT, {(void*)show_codecs }, "show available codecs" }, |
||||
{ "bsfs" , OPT_EXIT, {(void*)show_bsfs }, "show available bit stream filters" }, |
||||
{ "protocols", OPT_EXIT, {(void*)show_protocols}, "show available protocols" }, |
||||
{ "loglevel", HAS_ARG | OPT_FUNC2, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" }, |
Loading…
Reference in new issue