summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-04-14 17:25:06 +0200
committerPaul B Mahol <onemda@gmail.com>2018-04-14 17:28:26 +0200
commit2b0f821f51d10ade2fa6d3efc33b09e594d0fcac (patch)
tree8512980de5931ff8d33b59262cdd5b8caeefc41b /doc
parent18d6ff2b42c120f1b388c472366b0275ddf9629a (diff)
downloadffmpeg-2b0f821f51d10ade2fa6d3efc33b09e594d0fcac.tar.gz
avfilter/af_headphone: improve performance and reduce latency
Remove not needed code. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 30060ce918..18a6da155c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3175,6 +3175,10 @@ Default is @var{freq}.
@item lfe
Set custom gain for LFE channels. Value is in dB. Default is 0.
+
+@item size
+Set size of frame in number of samples which will be processed at once.
+Default value is @var{1024}. Allowed range is from 1024 to 96000.
@end table
@subsection Examples