]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters.texi: explain infinite looping
authorWerner Robitza <werner.robitza@gmail.com>
Thu, 23 Nov 2017 12:16:53 +0000 (13:16 +0100)
committerLou Logan <lou@lrcd.com>
Thu, 23 Nov 2017 20:44:34 +0000 (11:44 -0900)
Explain how to achieve infinite looping with the loop / aloop filters.

Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
doc/filters.texi

index 04a8139c6de457801b1e3e7117e0eb7f850a0a91..b8a4d032e0d596feb7803ffd386db3642b104d44 100644 (file)
@@ -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.