[FFmpeg-devel] [PATCH v2] libavutil: add an FFT & MDCT implementation
Paul B Mahol
onemda at gmail.com
Sun May 12 23:37:05 EEST 2019
On 5/12/19, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> Am Fr., 10. Mai 2019 um 17:15 Uhr schrieb Lynne <dev at lynne.ee>:
>>
>> 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.
>
> As said, this patch is not ok as long as the copyright statements are
> missing.
>
You are mislead. No statements are necessary.
More information about the ffmpeg-devel
mailing list