[FFmpeg-devel] Unaligned arrays in snow.c
Michael Niedermayer
michaelni
Sun Nov 23 17:53:24 CET 2008
On Sat, Nov 22, 2008 at 10:46:14PM +0000, M?ns Rullg?rd wrote:
>
> A few functions in snow.c declare arrays on the stack, which are then
> passed to dsputil functions requiring 16-byte alignment. Searching
> for "FIXME align" finds them. This is crashing on ARM.
>
> What is the correct fix for this?
Move them into the context or use the align #defines (and fix the compiler
if needed)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you really think that XML is the answer, then you definitly missunderstood
the question -- Attila Kinali
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081123/b9b4b65c/attachment.pgp>
More information about the ffmpeg-devel
mailing list