diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-04-05 17:34:33 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-04-05 17:38:16 +0200 |
commit | 21ca2210684b424ec34ae6a13ceec0e367654528 (patch) | |
tree | ab86ba2a8ddbf305c8116d092b85d6818c67a4ea /doc | |
parent | 8e1cedbb61aee58daec35344461a810120401d55 (diff) | |
download | ffmpeg-21ca2210684b424ec34ae6a13ceec0e367654528.tar.gz |
avfilter/vsrc_gradients: add spiral type
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7cf2ae8b0f..3fbaebb09c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -25874,7 +25874,7 @@ 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}. +Set type of gradients, can be @code{linear} or @code{radial} or @code{circular} or @code{spiral}. @end table |