diff mbox

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

Message ID 20171123121653.69913-1-werner.robitza@gmail.com
State Accepted
Commit 5f278620b82610588a4db208c020a32a32c6828c
Headers show

Commit Message

Werner Robitza Nov. 23, 2017, 12:16 p.m. UTC
Explain how to achieve infinite looping with the loop / aloop filters.

Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
---
 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Lou Logan Nov. 23, 2017, 8:48 p.m. UTC | #1
On Thu, Nov 23, 2017, at 03:16 AM, Werner Robitza wrote:
> Explain how to achieve infinite looping with the loop / aloop filters.
> 
> Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
> ---
>  doc/filters.texi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Pushed. Thanks.
diff mbox

Patch

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.