OSDN Git Service

indeo3: avoid writes without necessary alignment in copy_cell()
authorJanne Grunau <janne-libav@jannau.net>
Thu, 9 May 2013 12:53:03 +0000 (14:53 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Fri, 10 May 2013 10:02:09 +0000 (12:02 +0200)
commit94235f2ba2eb8be014b6dbc2b2aed494c169cef1
tree5e1a9ecd4bce81bb20ba8f69f36a44e09b77bc01
parent2c299d4165cd9653153e12270971c2368551b79e
indeo3: avoid writes without necessary alignment in copy_cell()

Cells starting at a position aligned to 8 pixels but wider than
4 blocks are copied with 3 blocks per loop. This creates problems on the
next loop iterations since the routine copying 2 blocks requires the
same alignment on some architectures like ARM NEON.
libavcodec/indeo3.c