[FFmpeg-devel] [PATCH] doc: add loglevel numerical values

Lou Logan lou at lrcd.com
Fri Dec 5 22:36:18 CET 2014


Signed-off-by: Lou Logan <lou at lrcd.com>
---
 doc/fftools-common-opts.texi | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 0e8f849..c496419 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -165,27 +165,35 @@ 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 a string or a number containing one of the following values:
 @table @samp
 @item quiet
+ at item -8
 Show nothing at all; be silent.
 @item panic
+ at item 0
 Only show fatal errors which could lead the process to crash, such as
 and assert failure. This is not currently used for anything.
 @item fatal
+ at item 8
 Only show fatal errors. These are errors after which the process absolutely
 cannot continue after.
 @item error
+ at item 16
 Show all errors, including ones which can be recovered from.
 @item warning
+ at item 24
 Show all warnings and errors. Any message related to possibly
 incorrect or unexpected events will be shown.
 @item info
+ at item 32
 Show informative messages during processing. This is in addition to
 warnings and errors. This is the default value.
 @item verbose
+ at item 40
 Same as @code{info}, except more verbose.
 @item debug
+ at item 48
 Show everything, including debugging information.
 @end table
 
-- 
2.1.3



More information about the ffmpeg-devel mailing list