Commit 81d098b4 authored by benoit's avatar benoit

Add -formats option to ffserver.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13245 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a3cc857
......@@ -200,6 +200,8 @@ ffserver [options]
Show version.
@item -L
Print the license.
@item -formats
Show available formats, codecs, protocols, ...
@item -h
Print the help.
@item -f @var{configfile}
......
......@@ -4351,6 +4351,7 @@ static const OptionDef options[] = {
{ "h", OPT_EXIT, {(void*)opt_show_help}, "show help" },
{ "version", OPT_EXIT, {(void*)show_version}, "show version" },
{ "L", OPT_EXIT, {(void*)show_license}, "show license" },
{ "formats", OPT_EXIT, {(void*)show_formats}, "show available formats, codecs, protocols, ..." },
{ "n", OPT_BOOL, {(void *)&no_launch }, "enable no-launch mode" },
{ "d", 0, {(void*)opt_debug}, "enable debug mode" },
{ "f", HAS_ARG | OPT_STRING, {(void*)&config_filename }, "use configfile instead of /etc/ffserver.conf", "configfile" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment