[FFmpeg-devel] [PATCH] doc: document -v repeat
Michael Niedermayer
michaelni at gmx.at
Mon Apr 1 20:14:55 CEST 2013
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
doc/avtools-common-opts.texi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index ff38ebb..6d7ba56 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -117,8 +117,11 @@ Show available sample formats.
@item -layouts
Show channel names and standard channel layouts.
- at item -loglevel @var{loglevel} | -v @var{loglevel}
+ at item -loglevel [repeat+]@var{loglevel} | -v [repeat+]@var{loglevel}
Set the logging level used by the library.
+Adding "repeat+" indicates that repeated log output should not be compressed
+to the first line and a "Last message repeated n times" line. "repeat" can
+also be used alone, in which case the loglevel is not changed.
@var{loglevel} is a number or a string containing one of the following values:
@table @samp
@item quiet
--
1.7.9.5
More information about the ffmpeg-devel
mailing list