[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
Wed Apr 9 00:31:14 CEST 2008


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.

Okay to apply this patch? It brings H.264 decoding back in line with gcc
when compiling with icc.

-- 
	-Mike Melanson




More information about the ffmpeg-cvslog mailing list