mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
630 B
9 lines
630 B
15 years ago
|
{ "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" },
|