Fix H.264 interframe decoding when compiling with icc. Patch by Loren
authorLoren Merritt <lorenm@u.washington.edu>
Tue, 8 Apr 2008 23:49:34 +0000 (23:49 +0000)
committerMike Melanson <mike@multimedia.cx>
Tue, 8 Apr 2008 23:49:34 +0000 (23:49 +0000)
commit96275520a383464ce9552ed727bd38dcb91d70fb
treed2f2fc1c0a0358d0445aebcfa80814ce62f8983d
parenta19caa0f3e05bd31ed9e432687e1f238723f9e28
Fix H.264 interframe decoding when compiling with icc. Patch by Loren
Merritt:

"It seems that icc copies the constants from their global var onto the
stack, at which point they're not aligned, hence the crash.
[This change] really shouldn't mean anything different, but maybe it'll
confuse icc into not performing that 'optimization'."

Originally committed as revision 12772 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_h264_template_ssse3.c