[FFmpeg-devel] [PATCH 12/25] avfilter/af_headphone: Remove unused arrays

Paul B Mahol onemda at gmail.com
Wed Sep 9 04:19:52 EEST 2020


On Tue, Sep 08, 2020 at 11:18:43PM +0200, Andreas Rheinhardt wrote:
> 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.)
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
>  libavfilter/af_headphone.c | 11 ++---------
>  1 file changed, 2 insertions(+), 9 deletions(-)
> 

probably fine


More information about the ffmpeg-devel mailing list