OSDN Git Service

Move eatgq blocks array from the stack to the codec context and make sure
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 22 May 2009 18:39:00 +0000 (18:39 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 22 May 2009 18:39:00 +0000 (18:39 +0000)
commitf2a875db871247f03a1ff2d0670d2f46661c3375
tree3f559d8026e0d023c8e62f8ddacee32c1c3792d3
parent533c3c84e7a814bf2ec9157b2563083f061cccf8
Move eatgq blocks array from the stack to the codec context and make sure
it is aligned as necessary for DSPContext's idct_put.
Just aligning it on the stack would have been possible but less reliable
and without any real benefit.

Originally committed as revision 18896 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/eatgq.c