ffmpeg/libswscale
Anton Mitrofanov 142e76f105 swscale: fix crash with dithering due incorrect offset calculation.
ptrdiff_t can be 4 bytes, which leads to the next element being 4-byte
aligned and thus at a different offset than intended. Forcing 8-byte
alignment forces equal offset of dither16/32 on x86-32 and x86-64.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-07-10 14:52:21 -07:00
..
2011-05-28 10:03:37 -04:00
2011-05-28 10:03:37 -04:00
2011-07-03 21:42:07 +01:00
2011-05-29 14:32:08 +02:00