diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-12-03 18:22:01 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-12-03 18:30:06 +0100 |
commit | 8888574d10766b7d5ced5ab076496b3664a023a4 (patch) | |
tree | 4843b42c755d537e3f5cb3cfa2ab225caab6c96a /doc/filters.texi | |
parent | ddecc39c393bb101b9620c061f073aa852c9a3ac (diff) | |
download | ffmpeg-8888574d10766b7d5ced5ab076496b3664a023a4.tar.gz |
avfilter/vsrc_gradients: add commands support
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index de19d130cc..6d00ba2c3f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -28367,6 +28367,10 @@ Available values are: Default type is @var{linear}. @end table +@subsection Commands + +This source supports the some above options as @ref{commands}. + @section mandelbrot Generate a Mandelbrot set fractal, and progressively zoom towards the |