From: Werner Robitza Date: Thu, 23 Nov 2017 12:16:53 +0000 (+0100) Subject: doc/filters.texi: explain infinite looping X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5f278620b82610588a4db208c020a32a32c6828c;p=ffmpeg doc/filters.texi: explain infinite looping Explain how to achieve infinite looping with the loop / aloop filters. Signed-off-by: Werner Robitza --- diff --git a/doc/filters.texi b/doc/filters.texi index 04a8139c6de..b8a4d032e0d 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.