[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

Mike Melanson mike
Fri Apr 4 03:17:45 CEST 2008


Uoti Urpala wrote:
> 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?

Patch, please?

-- 
	-Mike Melanson




More information about the ffmpeg-cvslog mailing list