Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Robitza <werner.robitza@gmail.com>2017-11-23 15:16:53 +0300
committerLou Logan <lou@lrcd.com>2017-11-23 23:44:34 +0300
commit5f278620b82610588a4db208c020a32a32c6828c (patch)
tree9f96e8a1f411acfe8565bee3a7804a167a185425
parent515555af6c1737102d24b783f6316a1cdeca6511 (diff)
doc/filters.texi: explain infinite looping
Explain how to achieve infinite looping with the loop / aloop filters. Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 04a8139c6d..b8a4d032e0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1144,7 +1144,7 @@ The filter accepts the following options:
@table @option
@item loop
-Set the number of loops.
+Set the number of loops. Setting this value to -1 will result in infinite loops.
@item size
Set maximal number of samples.
@@ -9991,7 +9991,7 @@ The filter accepts the following options:
@table @option
@item loop
-Set the number of loops.
+Set the number of loops. Setting this value to -1 will result in infinite loops.
@item size
Set maximal size in number of frames.