Browse Source

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>
tags/n4.0
Werner Robitza Lou Logan 7 years ago
parent
commit
5f278620b8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/filters.texi

+ 2
- 2
doc/filters.texi View 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.


Loading…
Cancel
Save