diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-16 08:57:34 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-04-19 12:41:59 +0100 |
commit | c253340ae6f74ffd8798bbd476e46d1b33a2d56e (patch) | |
tree | c4f175dea6dcc18f0f5cdf3a2b92cde58a9de91b /doc | |
parent | b8d7f3186e86234f6255f5e8ee9e98573b4d9a6e (diff) | |
download | ffmpeg-c253340ae6f74ffd8798bbd476e46d1b33a2d56e.tar.gz |
log: Introduce a more verbose debug level
And deprecate av_dlog macro.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | doc/avtools-common-opts.texi | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 35830f8278..5934f4517f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,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 - lavu 54.11.0 Add av_small_strptime(). diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 852d3f8236..79f764b58c 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -145,6 +145,7 @@ Set the logging level used by the library. @item info @item verbose @item debug +@item trace @end table By default the program logs to stderr, if coloring is supported by the |