[FFmpeg-devel] [Spam] Re: ffmpeg's alignment troubles
Uoti Urpala
uoti.urpala
Thu Jan 3 07:39:32 CET 2008
On Thu, 2008-01-03 at 04:21 -0300, Gonzalo Garramu?o wrote:
> It is, but only as technology preview. It works better, but still no cigar:
>
> $ main_gcc4.exe
> align5 not aligned 00404038
That's a function-static variable. Does FFmpeg need aligned variables
like that anywhere? At least a grep for "static DECLARE_ALIGNED" only
shows matches starting at the first column (almost certainly not inside
a function).
I'm not sure why being inside a function would make a difference though.
On Linux it does seem to work correctly in that case too.
More information about the ffmpeg-devel
mailing list