[FFmpeg-devel] [PATCH v6] Add lensfun filter

Moritz Barsnick barsnick at gmx.net
Fri Jul 13 12:09:08 EEST 2018


Hi Stephen,

On Fri, Jul 13, 2018 at 15:00:24 +0900, Stephen Seo wrote:

One more, I missed this previously:

> +                    a = sqrt((float)index / LANCZOS_RESOLUTION);

You're nicely sticking strictly to float (vs. double) in your code. So
this one should be sqrtf(), not sqrt().

Cheers,
Moritz


More information about the ffmpeg-devel mailing list