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/avtools-common-opts.texi | |
parent | b8d7f3186e86234f6255f5e8ee9e98573b4d9a6e (diff) | |
download | ffmpeg-c253340ae6f74ffd8798bbd476e46d1b33a2d56e.tar.gz |
log: Introduce a more verbose debug level
And deprecate av_dlog macro.
Diffstat (limited to 'doc/avtools-common-opts.texi')
-rw-r--r-- | doc/avtools-common-opts.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |