Fix ptrdiff_t abuse. Especially in video_filter_invert:
ptrdiff_t is signed so unequality comparison between pointers would compute wrong when the two operands are within opposite halves of the memory space.
Showing
Please register or sign in to comment