doc: Fix names of av_log color environment variables.
authorDiego Biurrun <diego@biurrun.de>
Wed, 11 Jan 2012 09:49:49 +0000 (10:49 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 11 Jan 2012 12:48:31 +0000 (13:48 +0100)
doc/avtools-common-opts.texi

index 18e7ba5..badd358 100644 (file)
@@ -119,8 +119,8 @@ Set the logging level used by the library.
 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{FFMPEG_FORCE_NOCOLOR} or @env{NO_COLOR}, or can be forced setting
-the environment variable @env{FFMPEG_FORCE_COLOR}.
+@env{AV_LOG_FORCE_NOCOLOR} or @env{NO_COLOR}, 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 following Libav version.