diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-04-05 17:17:46 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-04-05 17:38:16 +0200 |
commit | 8e1cedbb61aee58daec35344461a810120401d55 (patch) | |
tree | cbd396bdc85a1a153cb28a6653ed8ba5aaee95d7 /doc | |
parent | cc6c5ff2017c09dbf37070fa2e7fa79403c792ad (diff) | |
download | ffmpeg-8e1cedbb61aee58daec35344461a810120401d55.tar.gz |
avfilter/vsrc_gradients: add circular 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 5ac7db6924..7cf2ae8b0f 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}. +Set type of gradients, can be @code{linear} or @code{radial} or @code{circular}. @end table |