[FFmpeg-devel] [PATCH]lavfi/deshake: Check alignment before calling asm init function

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Mar 20 02:12:38 EET 2018


2018-03-16 20:02 GMT+01:00, James Almer <jamrial at gmail.com>:
> On 3/16/2018 3:55 PM, Carl Eugen Hoyos wrote:

>> +    aligned = !((unsigned long)in->data[0] & 15 | in->linesize[0] & 15);
>
> Should be intptr_t, not unsigned long.

Definitely, thank you!

Pushed with that change, Carl Eugen


More information about the ffmpeg-devel mailing list