summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandra Hájková <alexandra.khirnova@gmail.com>2015-10-21 12:03:58 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-10-26 19:28:24 +0100
commitcd0e08813a0484002b5defbf557c859f123953ae (patch)
tree34f6328638dde00f8924febad81f9321cbe2e002 /doc
parenta9a60106370f862e191dea58e748626da6a8fe97 (diff)
avconv: support infinite loop for the loop option
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 bee20396d6..6aaf445d55 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -254,7 +254,8 @@ Overwrite output files without asking.
Immediately exit when output files already exist.
@item -loop @var{number} (@emph{input})
-Set number of times input stream shall be looped.
+Set number of times input stream shall be looped. Loop 0 means no loop,
+loop -1 means infinite loop.
@item -c[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream})
@itemx -codec[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream})