]> git.sesse.net Git - ffmpeg/commit
avfilter/af_headphone: Remove unused arrays
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 25 Aug 2020 12:47:09 +0000 (14:47 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 9 Sep 2020 11:47:03 +0000 (13:47 +0200)
commitb2feca461611ab6146d2a275a2c82ec8c1bcb534
tree62347492919d7a5e825f7b82512ad7697fba86e8
parentbff1d0c6587243369f12c575f5dcb20d6e7e910b
avfilter/af_headphone: Remove unused arrays

The delay arrays were never properly initialized, only zero-initialized;
furthermore these arrays duplicate fields in the headphone_inputs
struct. So remove them.
(Btw: The allocations for them have not been checked.)

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/af_headphone.c