diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-05-23 07:14:28 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-05-23 07:14:28 +0000 |
commit | f346033e9d7135fddc6cc4f507d8ade846d22168 (patch) | |
tree | 8ed1ea2a206c0d6e258d66cd02a897d7855f46dc /ffserver.c | |
parent | 5b2729cd0bfebbcda403dbb1f9906773dbb9b186 (diff) | |
download | ffmpeg-f346033e9d7135fddc6cc4f507d8ade846d22168.tar.gz |
Add -formats option to ffserver.
Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 13245 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r-- | ffserver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ffserver.c b/ffserver.c index 2a27fe8b0f..986bd694ab 100644 --- a/ffserver.c +++ b/ffserver.c @@ -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" }, |