diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-11 22:56:22 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-11 23:02:03 +0100 |
commit | fc50a8de556cee8b94a9b08f93e13b4a24e27398 (patch) | |
tree | 899a581fdb0037f064d86d2255f121c5d21d8c57 /doc | |
parent | d76469378d44e17e974499f67248017b750f28bf (diff) | |
download | ffmpeg-fc50a8de556cee8b94a9b08f93e13b4a24e27398.tar.gz |
avfilter/af_afade: add support for commands to afade filter
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 c02a30ce8f..89244dc543 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1086,6 +1086,10 @@ no fade applied @end table @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @subsection Examples @itemize |