diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-03 14:21:39 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-03 14:21:39 +0200 |
commit | d0189f8d976ff1baed8a01a74420a161019d4cd0 (patch) | |
tree | b77513bea532e231d43b3d5ce9da389c8bcec2fb /doc/filters.texi | |
parent | 22f3b6286eaa0c05febcf83b065fdb543cbdd604 (diff) | |
download | ffmpeg-d0189f8d976ff1baed8a01a74420a161019d4cd0.tar.gz |
avfilter/vsrc_sierpinski: add triangle type
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
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 |