[FFmpeg-devel] [PATCH v2] libavutil: add an FFT & MDCT implementation
Paul B Mahol
onemda at gmail.com
Tue May 14 19:55:26 EEST 2019
On 5/10/19, Lynne <dev at lynne.ee> wrote:
> Patch updated again.
> Made some more cleanups to the transforms, the tables and the main context.
> API changed again, now the init function populates the function pointer for
> transform.
> I decided that having a separate function would encourage bad usage (e.g.
> calling
> the function every time before doing a transform rather than storing the
> pointer) when
> we're trying to avoid the overhead of function calls.
> Also adjusted file names to match the API.
>
>
LGTM, going to apply soon.
More information about the ffmpeg-devel
mailing list