diff options
author | Mans Rullgard <mans@mansr.com> | 2011-10-07 13:29:03 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-10-09 16:53:06 +0100 |
commit | 8124d8ad6654d9b26725e86f6fffbb00527975d4 (patch) | |
tree | 53173dedcc0b644764fbb531fddc06ac69350541 /doc | |
parent | f5646a325b94a077bf9849d5f6a4b3d4e69ed37b (diff) | |
download | ffmpeg-8124d8ad6654d9b26725e86f6fffbb00527975d4.tar.gz |
avtools: add -v as alias for -loglevel
This saves a bit of typing.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 4 | ||||
-rw-r--r-- | doc/avtools-common-opts.texi | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 0abcc9d400..9faaee630d 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -154,10 +154,6 @@ To set the language of the second stream: avconv -i INPUT -metadata:s:1 language=eng OUTPUT @end example -@item -v @var{number} (@emph{global}) -This option is deprecated and has no effect, use -loglevel -to set verbosity level. - @item -target @var{type} (@emph{output}) Specify target file type (@code{vcd}, @code{svcd}, @code{dvd}, @code{dv}, @code{dv50}). @var{type} may be prefixed with @code{pal-}, @code{ntsc-} or diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 634b152ccc..1824813a1e 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -101,7 +101,7 @@ Show available pixel formats. @item -sample_fmts Show available sample formats. -@item -loglevel @var{loglevel} +@item -loglevel @var{loglevel} | -v @var{loglevel} Set the logging level used by the library. @var{loglevel} is a number or a string containing one of the following values: @table @samp |