diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-19 11:53:10 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-19 11:55:47 +0100 |
commit | 381ab69042cad9f0a16718f7b6824076492030d9 (patch) | |
tree | 0ffa2f904f8bb64289be3118a1ff01502758fbab /doc | |
parent | 17a0dfebf55f67653c29a607545a799f12bc0c01 (diff) | |
download | ffmpeg-381ab69042cad9f0a16718f7b6824076492030d9.tar.gz |
avfilter/vf_frei0r: add support for commands
Diffstat (limited to 'doc')
-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 a2d1a3aa9f..092b343c2c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11784,6 +11784,10 @@ frei0r=perspective:0.2/0.2|0.8/0.2 For more information, see @url{http://frei0r.dyne.org} +@subsection Commands + +This filter supports the @option{filter_params} option as @ref{commands}. + @section fspp Apply fast and simple postprocessing. It is a faster version of @ref{spp}. |