diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-24 16:20:53 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-27 12:49:55 +0000 |
commit | 110a2f446d54541d4e419cf20494223dd6a1a1f9 (patch) | |
tree | 0380ed8895945055889486dc8f5774ca5ad65b6e /doc/filters.texi | |
parent | 4d86a945dfe7c31dfdc0f27f3df1579f07ed6b17 (diff) | |
download | ffmpeg-110a2f446d54541d4e419cf20494223dd6a1a1f9.tar.gz |
avfilter/af_ladspa: allow changing controls dynamically
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 800a666c40..7708fe3662 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1502,6 +1502,16 @@ ladspa=caps:Eq10X2:c=c0=-48|c9=-24|c3=12|c4=2 @end example @end itemize +@subsection Commands + +This filter supports the following commands: +@table @option +@item cN +Modify the @var{N}-th control value. + +If the specified value is not valid, it is ignored and prior one is kept. +@end table + @section lowpass Apply a low-pass filter with 3dB point frequency. |