[FFmpeg-cvslog] doc/filters: mention (a)loop defaults

Lou Logan git at videolan.org
Thu Nov 23 22:59:29 EET 2017


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Thu Nov 23 11:54:26 2017 -0900| [a60b2425c3beaa214af59611988b9ae6c370933c] | committer: Lou Logan

doc/filters: mention (a)loop defaults

Signed-off-by: Lou Logan <lou at lrcd.com>

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

 doc/filters.texi | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index b8a4d032e0..bee626e775 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1145,12 +1145,13 @@ The filter accepts the following options:
 @table @option
 @item loop
 Set the number of loops. Setting this value to -1 will result in infinite loops.
+Default is 0.
 
 @item size
-Set maximal number of samples.
+Set maximal number of samples. Default is 0.
 
 @item start
-Set first sample of loop.
+Set first sample of loop. Default is 0.
 @end table
 
 @anchor{amerge}
@@ -9992,12 +9993,13 @@ The filter accepts the following options:
 @table @option
 @item loop
 Set the number of loops. Setting this value to -1 will result in infinite loops.
+Default is 0.
 
 @item size
-Set maximal size in number of frames.
+Set maximal size in number of frames. Default is 0.
 
 @item start
-Set first frame of loop.
+Set first frame of loop. Default is 0.
 @end table
 
 @anchor{lut3d}



More information about the ffmpeg-cvslog mailing list