summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-08-26 11:26:48 +0200
committerPaul B Mahol <onemda@gmail.com>2017-08-26 11:30:31 +0200
commit9d6aab6fa160f0b7528dafb741573b7d0de3b0eb (patch)
tree5975c5ccb1f6497104414e9faacdcf8958d2c7f8 /doc
parente0436ddaa49699fd3842ca36a9524bf31b55cfed (diff)
avfilter/af_surround: make volume configurable for front center and lfe channel
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index fb56c1654a..be12c18fcc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3927,6 +3927,18 @@ Set LFE low cut off frequency. By default, this is @var{128} Hz.
@item lfe_high
Set LFE high cut off frequency. By default, this is @var{256} Hz.
+
+@item fc_in
+Set front center input volume. By default, this is @var{1}.
+
+@item fc_out
+Set front center output volume. By default, this is @var{1}.
+
+@item lfe_in
+Set LFE input volume. By default, this is @var{1}.
+
+@item lfe_out
+Set LFE output volume. By default, this is @var{1}.
@end table
@section treble