[FFmpeg-devel] [PATCH 2/2] imdct15: replace the FFT with a faster PFA FFT algorithm
James Darnley
james.darnley at gmail.com
Wed Jan 4 15:03:27 EET 2017
On 2017-01-04 13:17, Rostislav Pehlivanov wrote:
> Forgot to check the return value here, changed locally to:
>
> if (ff_fft_init(&s->ptwo_fft, N - 1, 1) < 0);
> goto fail;
I hope you have not changed it to that, with that semicolon at the end
of the line.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170104/8da5d21c/attachment.sig>
More information about the ffmpeg-devel
mailing list