]> git.sesse.net Git - ffmpeg/commit
avcodec/fft_template: Avoid useless function
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 28 Jan 2021 23:06:20 +0000 (00:06 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 29 Jan 2021 14:38:31 +0000 (15:38 +0100)
commitb91b04473abef3058e28cb4a05288426549e784b
treeeaeaedc2a5e8befcb6a04819a7e53f00b74d0dd7
parent124e2a79e2b75c8f4d215dd00ab51534caa04b6b
avcodec/fft_template: Avoid useless function

ff_init_ff_cos_tabs is only used for the floating point FFT and only
if hardcoded tables are disabled.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/fft.h
libavcodec/fft_template.c