|
|
@ -2456,7 +2456,10 @@ static const OptionDef options[] = { |
|
|
|
{ "h", OPT_EXIT, {(void*)show_help}, "show help" }, |
|
|
|
{ "h", OPT_EXIT, {(void*)show_help}, "show help" }, |
|
|
|
{ "version", OPT_EXIT, {(void*)show_version}, "show version" }, |
|
|
|
{ "version", OPT_EXIT, {(void*)show_version}, "show version" }, |
|
|
|
{ "L", OPT_EXIT, {(void*)show_license}, "show license" }, |
|
|
|
{ "L", OPT_EXIT, {(void*)show_license}, "show license" }, |
|
|
|
{ "formats", OPT_EXIT, {(void*)show_formats}, "show available formats, codecs, protocols, ..." }, |
|
|
|
{ "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" }, |
|
|
|
{ "x", HAS_ARG | OPT_FUNC2, {(void*)opt_width}, "force displayed width", "width" }, |
|
|
|
{ "x", HAS_ARG | OPT_FUNC2, {(void*)opt_width}, "force displayed width", "width" }, |
|
|
|
{ "y", HAS_ARG | OPT_FUNC2, {(void*)opt_height}, "force displayed height", "height" }, |
|
|
|
{ "y", HAS_ARG | OPT_FUNC2, {(void*)opt_height}, "force displayed height", "height" }, |
|
|
|
{ "s", HAS_ARG | OPT_VIDEO, {(void*)opt_frame_size}, "set frame size (WxH or abbreviation)", "size" }, |
|
|
|
{ "s", HAS_ARG | OPT_VIDEO, {(void*)opt_frame_size}, "set frame size (WxH or abbreviation)", "size" }, |
|
|
|