Reimar Döffinger <[EMAIL PROTECTED]> added the comment:

On Fri, Jun 20, 2008 at 01:40:14PM +0000, Piers O'Hanlon wrote:
> Piers O'Hanlon <[EMAIL PROTECTED]> added the comment:
> 
> Thanks for tip about alignment problems with gcc-3 - Though I thought that the
> --enable-alignment hack was supposed to sort that out? It seems from below 
> that
> ecx is not 16-byte aligned?

The alignment hack works around the lack of memalign, i.e. aligned
heap memory, the problem here is unaligned stack memory, in case of an
external program calling libav* function that even needs special code to
realign the stack since on Windows the stack is not sufficiently aligned
by default.

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue496>
______________________________________________________

Reply via email to