[FFmpeg-cvslog] doc/filters.texi: explain infinite looping

Werner Robitza git at videolan.org
Thu Nov 23 22:47:11 EET 2017


ffmpeg | branch: master | Werner Robitza <werner.robitza at gmail.com> | Thu Nov 23 13:16:53 2017 +0100| [5f278620b82610588a4db208c020a32a32c6828c] | committer: Lou Logan

doc/filters.texi: explain infinite looping

Explain how to achieve infinite looping with the loop / aloop filters.

Signed-off-by: Werner Robitza <werner.robitza at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f278620b82610588a4db208c020a32a32c6828c
---

 doc/filters.texi | 4 ++--
 1 file 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.



More information about the ffmpeg-cvslog mailing list