diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-11-26 01:25:03 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-26 02:07:44 +0100 |
commit | f1acb0d843e4e69f95cca598b69cec96b0451597 (patch) | |
tree | 775d714fa9a41b12fbbb377911493ee045b11b2f /doc | |
parent | 72390dea003923a4b162a38cc85fd2220098284b (diff) | |
download | ffmpeg-f1acb0d843e4e69f95cca598b69cec96b0451597.tar.gz |
avfilter/vsrc_gradients: add square type
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c3607dd036..5268b2003c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -28260,9 +28260,18 @@ supposed to be generated forever. Set speed of gradients rotation. @item type, t -Set type of gradients, can be @code{linear} or @code{radial} or @code{circular} or @code{spiral}. +Set type of gradients. +Available values are: +@table @samp +@item linear +@item radial +@item circular +@item spiral +@item square @end table +Default type is @var{linear}. +@end table @section mandelbrot |