diff options
author | Michael Niedermayer | 2015-04-20 02:48:19 +0200 |
---|---|---|
committer | Michael Niedermayer | 2015-04-20 02:48:19 +0200 |
commit | 8e8219e0f0725116809cdd1c17c868cb08da0dec (patch) | |
tree | eccf6f91c9ff4d49aaa71727640934cec80fcfa0 /doc | |
parent | 93db2708d3b0bcc1f1d87d23ae8adbedd8ea6660 (diff) | |
parent | c253340ae6f74ffd8798bbd476e46d1b33a2d56e (diff) |
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')
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | doc/fftools-common-opts.texi | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ae67e06e17..b422e290b8 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - xxxxxxx - lavu 54.12.0 + Add AV_LOG_TRACE for extremely verbose debugging. + 2015-xx-xx - xxxxxxx - lavf 56.29.100 - avio.h Add AVIODirEntryType.AVIO_ENTRY_SERVER. Add AVIODirEntryType.AVIO_ENTRY_SHARE. 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 |