OSDN Git Service

Bug fix for crashes when SSE is used on unaligned arrays.
authorBenjamin Larsson <banan@ludd.ltu.se>
Thu, 14 Dec 2006 17:50:23 +0000 (17:50 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Thu, 14 Dec 2006 17:50:23 +0000 (17:50 +0000)
commite7a6d5f313101bb1403fda2889d1942b4ddaeea3
treed06f46ce8667561c08110af3159c843f1ee6b7ec
parent9c476fd65e719f73d05301da37a7328fec1f8c3e
Bug fix for crashes when SSE is used on unaligned arrays.
No measureable change in speed. This gave random crashes on Win32
and BeOS. The cause for this bug is that gcc doesn't align the
stackframe. Linux and glibc always ensure this to be true thus
this never affected Linux.

Originally committed as revision 7318 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/wmadec.c