diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-02-11 21:15:48 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-02-11 21:19:27 +0100 |
commit | 1ca19cf37121c1e162c86b22e0349a7e864faf52 (patch) | |
tree | 407684c1a861609ec26a2f35a22477cfeb7d55d0 /doc/filters.texi | |
parent | 4b40e20ce922268bc3c79e9068c11a92efae04a0 (diff) | |
download | ffmpeg-1ca19cf37121c1e162c86b22e0349a7e864faf52.tar.gz |
avfilter/af_compensationdelay: 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 04c34cb1fb..d71292e565 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4066,6 +4066,10 @@ Set temperature in degrees Celsius. This is the temperature of the environment. Default is 20. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section crossfeed Apply headphone crossfeed filter. |