summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-12-05 14:44:14 +0100
committerPaul B Mahol <onemda@gmail.com>2020-12-05 14:46:16 +0100
commit530d1dbcef6b8de4e506e4248a313ba729dfdf4f (patch)
treef957fcc076fc0ea0b996f6e81981a46e95aeb852 /doc
parent34773ee69fde4d2fe5dde653ad0aad4c0690a407 (diff)
avfilter/af_afreqshift: add level option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6200590f84..99fcae2650 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1419,11 +1419,15 @@ The filter accepts the following options:
@item shift
Specify frequency shift. Allowed range is -INT_MAX to INT_MAX.
Default value is 0.0.
+
+@item level
+Set output gain applied to final output. Allowed range is from -1.0 to 1.0.
+Default value is 1.0.
@end table
@subsection Commands
-This filter supports the above option as @ref{commands}.
+This filter supports the all above options as @ref{commands}.
@section agate
@@ -2182,11 +2186,15 @@ The filter accepts the following options:
@item shift
Specify phase shift. Allowed range is from -1.0 to 1.0.
Default value is 0.0.
+
+@item level
+Set output gain applied to final output. Allowed range is from -1.0 to 1.0.
+Default value is 1.0.
@end table
@subsection Commands
-This filter supports the above option as @ref{commands}.
+This filter supports the all above options as @ref{commands}.
@section apulsator