diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-09-12 07:31:49 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-09-12 13:07:55 +0000 |
commit | a0a2ca024bd0e6e3cd6cfa3fb878871a18a611e6 (patch) | |
tree | 1e138682090d748972277edc9e17afd87ac3241c /doc | |
parent | 56291434335c56fd436646338e5088c2c90b81bb (diff) | |
download | ffmpeg-a0a2ca024bd0e6e3cd6cfa3fb878871a18a611e6.tar.gz |
avfilter/af_ladspa: support simpler syntax for controls
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 930129cb5c..447caf5251 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1970,6 +1970,9 @@ threshold or gain). Controls need to be defined using the following syntax: c0=@var{value0}|c1=@var{value1}|c2=@var{value2}|..., where @var{valuei} is the value set on the @var{i}-th control. +Alternatively they can be also defined using the following syntax: +@var{value0}|@var{value1}|@var{value2}|..., where +@var{valuei} is the value set on the @var{i}-th control. If @option{controls} is set to @code{help}, all available controls and their valid ranges are printed. |