summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-09-13 07:31:21 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-26 20:33:50 +0200
commite3245b2631990fee05183cf12d5c860ef923b8d9 (patch)
treef64a484c91f5e4081a50fc6c3be60c1a6fc0cb4b /doc
parentf24facd3ec07231dde9faddc083fd0d6186370b9 (diff)
avconv: replace all fprintf() by av_log().
Deprecate -v option, now only -loglevel is enough.
Diffstat (limited to 'doc')
-rw-r--r--doc/avconv.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 156b9c2906..dc6701e8ea 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -154,7 +154,8 @@ avconv -i INPUT -metadata:s:1 language=eng OUTPUT
@end example
@item -v @var{number} (@emph{global})
-Set the logging verbosity level.
+This option is deprecated and has no effect, use -loglevel
+to set verbosity level.
@item -target @var{type} (@emph{output})
Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd",