OSDN Git Service

Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 25 May 2009 12:17:02 +0000 (12:17 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 25 May 2009 12:17:02 +0000 (12:17 +0000)
commit4cab1e491b69fa45f4b60f6259cc3340f51cdbd1
tree44925dab70f3ac1765136618da234d3eeccd663c
parent34e82167f34c11092cea6fcbbddb1995e49b1569
Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack
into the context to avoid issues when stack variables can not be aligned
reliably.

Originally committed as revision 18940 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/nellymoserenc.c