diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 02:48:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 02:48:19 +0200 |
commit | 8e8219e0f0725116809cdd1c17c868cb08da0dec (patch) | |
tree | eccf6f91c9ff4d49aaa71727640934cec80fcfa0 /doc/fftools-common-opts.texi | |
parent | 93db2708d3b0bcc1f1d87d23ae8adbedd8ea6660 (diff) | |
parent | c253340ae6f74ffd8798bbd476e46d1b33a2d56e (diff) | |
download | ffmpeg-8e8219e0f0725116809cdd1c17c868cb08da0dec.tar.gz |
Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'
* commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e':
log: Introduce a more verbose debug level
Conflicts:
doc/APIchanges
doc/fftools-common-opts.texi
libavutil/log.c
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/fftools-common-opts.texi')
-rw-r--r-- | doc/fftools-common-opts.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 2451cc4946..3b8581368d 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -190,6 +190,7 @@ warnings and errors. This is the default value. Same as @code{info}, except more verbose. @item debug, 48 Show everything, including debugging information. +@item trace, 56 @end table By default the program logs to stderr, if coloring is supported by the |