[FFmpeg-cvslog] doc: add loglevel numerical values

Lou Logan git at videolan.org
Thu Dec 11 02:46:12 CET 2014


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Fri Dec  5 12:32:35 2014 -0900| [55c5a38369c1a84ed8b7ba1cb89ad1020e1bc540] | committer: Lou Logan

doc: add loglevel numerical values

Useful for setting FFREPORT log level.

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55c5a38369c1a84ed8b7ba1cb89ad1020e1bc540
---

 doc/fftools-common-opts.texi |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 0e8f849..54d1888 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -165,27 +165,27 @@ omitted. "repeat" can also be used alone.
 If "repeat" is used alone, and with no prior loglevel set, the default
 loglevel will be used. If multiple loglevel parameters are given, using
 'repeat' will not change the loglevel.
- at var{loglevel} is a number or a string containing one of the following values:
+ at var{loglevel} is a string or a number containing one of the following values:
 @table @samp
- at item quiet
+ at item quiet, -8
 Show nothing at all; be silent.
- at item panic
+ at item panic, 0
 Only show fatal errors which could lead the process to crash, such as
 and assert failure. This is not currently used for anything.
- at item fatal
+ at item fatal, 8
 Only show fatal errors. These are errors after which the process absolutely
 cannot continue after.
- at item error
+ at item error, 16
 Show all errors, including ones which can be recovered from.
- at item warning
+ at item warning, 24
 Show all warnings and errors. Any message related to possibly
 incorrect or unexpected events will be shown.
- at item info
+ at item info, 32
 Show informative messages during processing. This is in addition to
 warnings and errors. This is the default value.
- at item verbose
+ at item verbose, 40
 Same as @code{info}, except more verbose.
- at item debug
+ at item debug, 48
 Show everything, including debugging information.
 @end table
 



More information about the ffmpeg-cvslog mailing list