[Ffmpeg-devel] sse sigsegv and libavcodec/wmadec.c

Franz Bakan fbakan
Fri Dec 1 22:40:53 CET 2006


Hi,

wmadec.c line 720 and 1110 :
  DECLARE_ALIGNED_16()
does not work for stack-variables inside functions.
(at least not for GCC 331 on OS/2) but IIRC this is a
cross-platform-restriction.
If I move the two declarations to the top of the file
I get rid of these nasty SIGSEGVs on my PIII computer.

Please patch

Thanks
Franz
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: wmadec.c.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061201/1f765343/attachment.asc>



More information about the ffmpeg-devel mailing list