diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-30 23:39:55 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-30 23:53:38 +0100 |
commit | 54de7dc372dc77cae0cb9b45987d365e5446399d (patch) | |
tree | b0991a3472331b8ad42991f938a8d927dd2d649c /doc | |
parent | 633e344d962fe569e809c9136efe751b9df5575c (diff) | |
download | ffmpeg-54de7dc372dc77cae0cb9b45987d365e5446399d.tar.gz |
avfilter/af_acrusher: add commands support
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 6782be3762..d2f62972dd 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -640,6 +640,10 @@ Set LFO range. Set LFO rate. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section acue Delay audio filtering until a given wallclock timestamp. See the @ref{cue} |