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

Lou Logan lou at lrcd.com
Tue Dec 9 20:18:13 CET 2014


On Sat, 6 Dec 2014 09:44:17 +0100, Clément Bœsch wrote:

> If it's an alias, @item quiet, -8

Patch updated:

From 5c7afebeaf2324ded9c092ae4e3a5da2bdf00955 Mon Sep 17 00:00:00 2001
From: Lou Logan <lou at lrcd.com>
Date: Fri, 5 Dec 2014 12:32:35 -0900
Subject: [PATCHv2] doc: add loglevel numerical values

Useful for setting FFREPORT log level.

Signed-off-by: Lou Logan <lou at lrcd.com>
---
 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
 
-- 
2.1.3



More information about the ffmpeg-devel mailing list