diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-12-20 20:22:36 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-12-20 20:30:07 +0100 |
commit | d6951e595a2b5ca54522f0b011845508bb2c266a (patch) | |
tree | 5d21e8714e11f2d2808fd44e91e4387d7ebb0d2d /doc | |
parent | d06aae732c16bd4c490c6dfa35cc2a35129c640f (diff) | |
download | ffmpeg-d6951e595a2b5ca54522f0b011845508bb2c266a.tar.gz |
avfilter/af_sofalizer: add framesize option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ac4c9b44d8..aac51bed69 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4506,6 +4506,11 @@ Descriptions with unrecognised channel names are ignored. @item lfegain Set custom gain for LFE channels. Value is in dB. Default is 0. + +@item framesize +Set custom frame size in number of samples. Default is 1024. +Allowed range is from 1024 to 96000. Only used if option @samp{type} +is set to @var{freq}. @end table @subsection Examples |