avfilter/af_headphone: improve performance and reduce latency

Remove not needed code.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2018-04-14 17:25:06 +02:00
parent 18d6ff2b42
commit 2b0f821f51
2 changed files with 6 additions and 12 deletions

View File

@@ -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