[FFmpeg-cvslog] r12661 - in trunk/libavcodec/i386: dsputil_h264_template_mmx.c dsputil_h264_template_ssse3.c dsputil_mmx.c dsputil_mmx.h h264dsp_mmx.c

Uoti Urpala uoti.urpala
Fri Apr 4 02:05:14 CEST 2008


On Thu, 2008-04-03 at 16:53 -0700, Mike Melanson wrote:
> Loren Merritt wrote:
> > It seems that icc copies the constants from their global var onto the
> > stack, at which point they're not aligned, hence the crash.
> > Try this. It really shouldn't mean anything different, but maybe it'll
> > confuse icc into not performing that "optimization".
> 
> This seems to have the desired effect. When I apply the patch, the
> broken H.264 files start working again.

What if you add the alignment attribute to the declaration too so that
it's visible when compiling the problematic file?





More information about the ffmpeg-cvslog mailing list