summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-03 14:21:39 +0200
committerPaul B Mahol <onemda@gmail.com>2019-10-03 14:21:39 +0200
commitd0189f8d976ff1baed8a01a74420a161019d4cd0 (patch)
treeb77513bea532e231d43b3d5ce9da389c8bcec2fb /doc
parent22f3b6286eaa0c05febcf83b065fdb543cbdd604 (diff)
avfilter/vsrc_sierpinski: add triangle type
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e46839bfec..28066d5e62 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -21120,7 +21120,7 @@ __kernel void sierpinski_carpet(__write_only image2d_t dst,
@section sierpinski
-Generate a Sierpinksi carpet fractal, and randomly pan around.
+Generate a Sierpinksi carpet/triangle fractal, and randomly pan around.
This source accepts the following options:
@@ -21138,6 +21138,9 @@ Set seed which is used for random panning.
@item jump
Set max jump for single pan destination. Allowed range is from 1 to 10000.
+
+@item type
+Set fractal type, can be default @code{carpet} or @code{triangle}.
@end table
@c man end VIDEO SOURCES