diff options
author | Marton Balint <cus@passwd.hu> | 2020-01-28 23:55:18 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-02-09 20:31:44 +0100 |
commit | 2b496c90cd7048722629d002ad5fde93acea3358 (patch) | |
tree | f5c17626d8083d6f063f1520925235d21c74cecc /doc | |
parent | a61bcb908358ef2d926471ae7440c470eb687d21 (diff) | |
download | ffmpeg-2b496c90cd7048722629d002ad5fde93acea3358.tar.gz |
avutil/log: drop support for NO_COLOR environment variable
Deprecated for more than 9 years now.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fftools-common-opts.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 31cf424823..f339e0d766 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -236,10 +236,8 @@ ffmpeg [...] -loglevel +repeat By default the program logs to stderr. If coloring is supported by the terminal, colors are used to mark errors and warnings. Log coloring can be disabled setting the environment variable -@env{AV_LOG_FORCE_NOCOLOR} or @env{NO_COLOR}, or can be forced setting +@env{AV_LOG_FORCE_NOCOLOR}, or can be forced setting the environment variable @env{AV_LOG_FORCE_COLOR}. -The use of the environment variable @env{NO_COLOR} is deprecated and -will be dropped in a future FFmpeg version. @item -report Dump full command line and log output to a file named |